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

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_callerObject

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_timeObject

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

#optionsObject

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

#pathObject

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

#responseObject

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