Class: Crawlora::PlayStationGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializePlayStationGroup

Returns a new instance of PlayStationGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


546
# File 'sig/crawlora.rbs', line 546

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#playstation_browseObject

Parameters:

  • page: (Integer)
  • cc: (String)
  • l: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


547
# File 'sig/crawlora.rbs', line 547

def playstation_browse: (?page: Integer, ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#playstation_categoryObject

Parameters:

  • id: (String)
  • page: (Integer)
  • cc: (String)
  • l: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


548
# File 'sig/crawlora.rbs', line 548

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_conceptObject

Parameters:

  • id: (String)
  • cc: (String)
  • l: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


549
# File 'sig/crawlora.rbs', line 549

def playstation_concept: (?id: String, ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#playstation_dealsObject

Parameters:

  • cc: (String)
  • l: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


550
# File 'sig/crawlora.rbs', line 550

def playstation_deals: (?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#playstation_latestObject

Parameters:

  • cc: (String)
  • l: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


551
# File 'sig/crawlora.rbs', line 551

def playstation_latest: (?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#playstation_pageObject

Parameters:

  • alias: (String)
  • cc: (String)
  • l: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


552
# File 'sig/crawlora.rbs', line 552

def playstation_page: (?alias: String, ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#playstation_productObject

Parameters:

  • id: (String)
  • cc: (String)
  • l: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


553
# File 'sig/crawlora.rbs', line 553

def playstation_product: (?id: String, ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#playstation_searchObject

Parameters:

  • term: (String)
  • page: (Integer)
  • cc: (String)
  • l: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


554
# File 'sig/crawlora.rbs', line 554

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