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_typeObject

Returns the value of attribute 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_callerObject

Returns the value of attribute api_caller



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

def api_caller
  @api_caller
end

#elapsed_timeObject

Returns the value of attribute elapsed_time



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

def elapsed_time
  @elapsed_time
end

#optionsObject

Returns the value of attribute options



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

def options
  @options
end

#pathObject

Returns the value of attribute path



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

def path
  @path
end

#responseObject

Returns the value of attribute response



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

def response
  @response
end