Class: Crawlora::YelpGroup
- Inherits:
-
Object
- Object
- Crawlora::YelpGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #business ⇒ Object
- #business_menu ⇒ Object
- #business_photos ⇒ Object
- #business_review_highlights ⇒ Object
- #business_reviews ⇒ Object
- #business_reviews_search ⇒ Object
- #geocode ⇒ Object
-
#initialize ⇒ YelpGroup
constructor
A new instance of YelpGroup.
- #search ⇒ Object
Constructor Details
#initialize ⇒ YelpGroup
Returns a new instance of YelpGroup.
1632 |
# File 'sig/crawlora.rbs', line 1632
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#business ⇒ Object
1633 |
# File 'sig/crawlora.rbs', line 1633
def business: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_menu ⇒ Object
1634 |
# File 'sig/crawlora.rbs', line 1634
def business_menu: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_photos ⇒ Object
1635 |
# File 'sig/crawlora.rbs', line 1635
def business_photos: (?id: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_review_highlights ⇒ Object
1637 |
# File 'sig/crawlora.rbs', line 1637
def business_review_highlights: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_reviews ⇒ Object
1636 |
# File 'sig/crawlora.rbs', line 1636
def business_reviews: (?id: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_reviews_search ⇒ Object
1638 |
# File 'sig/crawlora.rbs', line 1638
def business_reviews_search: (?id: String, ?term: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#geocode ⇒ Object
1639 |
# File 'sig/crawlora.rbs', line 1639
def geocode: (?address: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1640 |
# File 'sig/crawlora.rbs', line 1640
def search: (?term: String, ?location: String, ?limit: Integer, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|