Class: Crawlora::NumbeoGroup
- Inherits:
-
Object
- Object
- Crawlora::NumbeoGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #cost_of_living_city ⇒ Object
- #cost_of_living_country ⇒ Object
- #cost_of_living_rankings ⇒ Object
- #cost_of_living_rankings_by_country ⇒ Object
- #indices_city ⇒ Object
- #indices_country ⇒ Object
- #indices_rankings ⇒ Object
- #indices_rankings_by_country ⇒ Object
-
#initialize ⇒ NumbeoGroup
constructor
A new instance of NumbeoGroup.
Constructor Details
#initialize ⇒ NumbeoGroup
Returns a new instance of NumbeoGroup.
554 |
# File 'sig/crawlora.rbs', line 554
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#cost_of_living_city ⇒ Object
555 |
# File 'sig/crawlora.rbs', line 555
def cost_of_living_city: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#cost_of_living_country ⇒ Object
556 |
# File 'sig/crawlora.rbs', line 556
def cost_of_living_country: (?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#cost_of_living_rankings ⇒ Object
557 |
# File 'sig/crawlora.rbs', line 557
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_country ⇒ Object
558 |
# File 'sig/crawlora.rbs', line 558
def cost_of_living_rankings_by_country: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#indices_city ⇒ Object
559 |
# File 'sig/crawlora.rbs', line 559
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_country ⇒ Object
560 |
# File 'sig/crawlora.rbs', line 560
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_rankings ⇒ Object
561 |
# File 'sig/crawlora.rbs', line 561
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_country ⇒ Object
562 |
# File 'sig/crawlora.rbs', line 562
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
|