Class: Crawlora::DatasetsGroup

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

Instance Method Summary collapse

Constructor Details

#initializeDatasetsGroup

Returns a new instance of DatasetsGroup.

Parameters:

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


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

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

Instance Method Details

#google_map_businesses_facetsObject

Parameters:

  • facet: (String)
  • q: (String)
  • category: (String)
  • country: (String)
  • state: (String)
  • county: (String)
  • city: (String)
  • town: (String)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • has_website: (Boolean)
  • has_phone: (Boolean)
  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • sort: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def google_map_businesses_facets: (?facet: String, ?q: String, ?category: String, ?country: String, ?state: String, ?county: String, ?city: String, ?town: String, ?min_rating: Float, ?min_review_count: Integer, ?has_website: bool, ?has_phone: bool, ?lat: Float, ?lon: Float, ?radius_m: Integer, ?sort: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#google_map_businesses_itemObject

Parameters:

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

Returns:

  • (Object)


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

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

#google_map_businesses_nearbyObject

Parameters:

  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • category: (String)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def google_map_businesses_nearby: (?lat: Float, ?lon: Float, ?radius_m: Integer, ?category: String, ?min_rating: Float, ?min_review_count: Integer, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#google_map_businesses_searchObject

Parameters:

  • q: (String)
  • category: (String)
  • country: (String)
  • state: (String)
  • county: (String)
  • city: (String)
  • town: (String)
  • min_rating: (Float)
  • min_review_count: (Integer)
  • has_website: (Boolean)
  • has_phone: (Boolean)
  • lat: (Float)
  • lon: (Float)
  • radius_m: (Integer)
  • sort: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def google_map_businesses_search: (?q: String, ?category: String, ?country: String, ?state: String, ?county: String, ?city: String, ?town: String, ?min_rating: Float, ?min_review_count: Integer, ?has_website: bool, ?has_phone: bool, ?lat: Float, ?lon: Float, ?radius_m: Integer, ?sort: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#listObject

Parameters:

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

Returns:

  • (Object)


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

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