Class: Cb::Models::ApiCall

Inherits:
Struct
  • Object
show all
Defined in:
lib/cb/models/api_call_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_call_type ⇒ Object

Returns the value of attribute api_call_type

Returns:

  • (Object) —

    the current value of api_call_type



13
14
15
# File 'lib/cb/models/api_call_model.rb', line 13

def api_call_type
  @api_call_type
end

#api_caller ⇒ Object

Returns the value of attribute api_caller

Returns:

  • (Object) —

    the current value of api_caller



13
14
15
# File 'lib/cb/models/api_call_model.rb', line 13

def api_caller
  @api_caller
end

#elapsed_time ⇒ Object

Returns the value of attribute elapsed_time

Returns:

  • (Object) —

    the current value of elapsed_time



13
14
15
# File 'lib/cb/models/api_call_model.rb', line 13

def elapsed_time
  @elapsed_time
end

#options ⇒ Object

Returns the value of attribute options

Returns:

  • (Object) —

    the current value of options



13
14
15
# File 'lib/cb/models/api_call_model.rb', line 13

def options
  @options
end

#path ⇒ Object

Returns the value of attribute path

Returns:

  • (Object) —

    the current value of path



13
14
15
# File 'lib/cb/models/api_call_model.rb', line 13

def path
  @path
end

#response ⇒ Object

Returns the value of attribute response

Returns:

  • (Object) —

    the current value of response



13
14
15
# File 'lib/cb/models/api_call_model.rb', line 13

def response
  @response
end