Class: Crawlora::BbbGroup
- Inherits:
-
Object
- Object
- Crawlora::BbbGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #business ⇒ Object
- #business_complaints ⇒ Object
- #business_more_info ⇒ Object
- #business_reviews ⇒ Object
- #category ⇒ Object
-
#initialize ⇒ BbbGroup
constructor
A new instance of BbbGroup.
- #scamtracker_detail ⇒ Object
- #scamtracker_search ⇒ Object
- #scamtracker_state_stats ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ BbbGroup
Returns a new instance of BbbGroup.
152 |
# File 'sig/crawlora.rbs', line 152
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#business ⇒ Object
153 |
# File 'sig/crawlora.rbs', line 153
def business: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_complaints ⇒ Object
154 |
# File 'sig/crawlora.rbs', line 154
def business_complaints: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_more_info ⇒ Object
155 |
# File 'sig/crawlora.rbs', line 155
def business_more_info: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#business_reviews ⇒ Object
156 |
# File 'sig/crawlora.rbs', line 156
def business_reviews: (?url: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
157 |
# File 'sig/crawlora.rbs', line 157
def category: (?url: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#scamtracker_detail ⇒ Object
160 |
# File 'sig/crawlora.rbs', line 160
def scamtracker_detail: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#scamtracker_search ⇒ Object
158 |
# File 'sig/crawlora.rbs', line 158
def scamtracker_search: (?query: String, ?scam_type: "Advance Fee Loan" | "Bank/Credit Card Company Imposter" | "Business Email Compromise" | "Charity" | "Counterfeit Product" | "COVID-19" | "Credit Cards" | "Credit Repair/Debt Relief" | "CryptoCurrency" | "Debt Collections" | "Employment" | "Fake Check/Money Order" | "Fake Invoice/Supplier Bill" | "Family/Friend Emergency" | "Foreign Money Exchange" | "Government Agency Imposter" | "Government Grant" | "Healthcare/Medicaid/Medicare" | "Home Improvement" | "Identity Theft" | "Investment" | "Moving" | "Online Purchase" | "Other" | "Phishing" | "Rental" | "Retail Business" | "Romance" | "Scholarship" | "Sweepstakes/Lottery/Prizes" | "Tax Collection" | "Tech Support" | "Travel/Vacation/Timeshare" | "Utility" | "Vanity Award" | "Worthless Problem-solving Service" | "Yellow Pages/Directories", ?state: String, ?scammer_state: String, ?date_from: String, ?date_to: String, ?min_dollars_lost: Integer, ?max_dollars_lost: Integer, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#scamtracker_state_stats ⇒ Object
159 |
# File 'sig/crawlora.rbs', line 159
def scamtracker_state_stats: (?period: "30" | "90" | "365" | "all", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
161 |
# File 'sig/crawlora.rbs', line 161
def search: (?query: String, ?location: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|