Class: Crawlora::NumbeoGroup

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

Instance Method Summary collapse

Constructor Details

#initializeNumbeoGroup

Returns a new instance of NumbeoGroup.

Parameters:

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


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

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

Instance Method Details

#cost_of_living_cityObject

Parameters:

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

Returns:

  • (Object)


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

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

#cost_of_living_countryObject

Parameters:

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

Returns:

  • (Object)


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

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

#cost_of_living_rankingsObject

Parameters:

  • scope: ("current", "historical")
  • period: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def cost_of_living_rankings: (?scope: "current" | "historical", ?period: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#cost_of_living_rankings_by_countryObject

Parameters:

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

Returns:

  • (Object)


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

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

#indices_cityObject

Parameters:

  • slug: (String)
  • index: ("quality-of-life", "crime", "health-care", "pollution", "traffic", "property-investment")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def indices_city: (?slug: String, ?index: "quality-of-life" | "crime" | "health-care" | "pollution" | "traffic" | "property-investment", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#indices_countryObject

Parameters:

  • country: (String)
  • index: ("quality-of-life", "crime", "health-care", "pollution", "traffic", "property-investment")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def indices_country: (?country: String, ?index: "quality-of-life" | "crime" | "health-care" | "pollution" | "traffic" | "property-investment", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#indices_rankingsObject

Parameters:

  • index: ("quality-of-life", "crime", "health-care", "pollution", "traffic", "property-investment")
  • scope: ("current", "historical")
  • period: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def indices_rankings: (?index: "quality-of-life" | "crime" | "health-care" | "pollution" | "traffic" | "property-investment", ?scope: "current" | "historical", ?period: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#indices_rankings_by_countryObject

Parameters:

  • index: ("quality-of-life", "crime", "health-care", "pollution", "traffic", "property-investment")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def indices_rankings_by_country: (?index: "quality-of-life" | "crime" | "health-care" | "pollution" | "traffic" | "property-investment", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped