Class: Crawlora::BillingGroup

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

Instance Method Summary collapse

Constructor Details

#initializeBillingGroup

Returns a new instance of BillingGroup.

Parameters:

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


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

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

Instance Method Details

#meObject

Parameters:

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

Returns:

  • (Object)


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

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

#me_checkoutObject

Parameters:

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

Returns:

  • (Object)


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

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

#me_eventsObject

Parameters:

  • limit: (Integer)
  • from: (String)
  • to: (String)
  • endpoint: (String)
  • request_id: (String)
  • event_status: ("reserved", "charged", "non_billable", "failed")
  • billable: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def me_events: (?limit: Integer, ?from: String, ?to: String, ?endpoint: String, ?request_id: String, ?event_status: "reserved" | "charged" | "non_billable" | "failed", ?billable: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#me_periodObject

Parameters:

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

Returns:

  • (Object)


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

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

#me_period_statementObject

Parameters:

  • period_key: (String)
  • include_events: (Boolean)
  • event_limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def me_period_statement: (?period_key: String, ?include_events: bool, ?event_limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#me_period_statement_downloadObject

Parameters:

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

Returns:

  • (Object)


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

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

#me_periodsObject

Parameters:

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

Returns:

  • (Object)


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

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

#me_portalObject

Parameters:

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

Returns:

  • (Object)


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

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