Class: Crawlora::PlayStationGroup
- Inherits:
-
Object
- Object
- Crawlora::PlayStationGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ PlayStationGroup
constructor
A new instance of PlayStationGroup.
- #playstation_browse ⇒ Object
- #playstation_category ⇒ Object
- #playstation_concept ⇒ Object
- #playstation_deals ⇒ Object
- #playstation_latest ⇒ Object
- #playstation_page ⇒ Object
- #playstation_product ⇒ Object
- #playstation_search ⇒ Object
Constructor Details
#initialize ⇒ PlayStationGroup
Returns a new instance of PlayStationGroup.
637 |
# File 'sig/crawlora.rbs', line 637
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#playstation_browse ⇒ Object
638 |
# File 'sig/crawlora.rbs', line 638
def playstation_browse: (?page: Integer, ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#playstation_category ⇒ Object
639 |
# File 'sig/crawlora.rbs', line 639
def playstation_category: (?id: String, ?page: Integer, ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#playstation_concept ⇒ Object
640 |
# File 'sig/crawlora.rbs', line 640
def playstation_concept: (?id: String, ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#playstation_deals ⇒ Object
641 |
# File 'sig/crawlora.rbs', line 641
def playstation_deals: (?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#playstation_latest ⇒ Object
642 |
# File 'sig/crawlora.rbs', line 642
def playstation_latest: (?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#playstation_page ⇒ Object
643 |
# File 'sig/crawlora.rbs', line 643
def playstation_page: (?alias: String, ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#playstation_product ⇒ Object
644 |
# File 'sig/crawlora.rbs', line 644
def playstation_product: (?id: String, ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#playstation_search ⇒ Object
645 |
# File 'sig/crawlora.rbs', line 645
def playstation_search: (?term: String, ?page: Integer, ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|