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.
667 |
# File 'sig/crawlora.rbs', line 667
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#playstation_browse ⇒ Object
668 |
# File 'sig/crawlora.rbs', line 668
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
669 |
# File 'sig/crawlora.rbs', line 669
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
670 |
# File 'sig/crawlora.rbs', line 670
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
671 |
# File 'sig/crawlora.rbs', line 671
def playstation_deals: (?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#playstation_latest ⇒ Object
672 |
# File 'sig/crawlora.rbs', line 672
def playstation_latest: (?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#playstation_page ⇒ Object
673 |
# File 'sig/crawlora.rbs', line 673
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
674 |
# File 'sig/crawlora.rbs', line 674
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
675 |
# File 'sig/crawlora.rbs', line 675
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
|