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



3
4
5
# File 'lib/cb/models/api_call_model.rb', line 3

def api_call_type
  @api_call_type
end

#optionsObject

Returns the value of attribute options



3
4
5
# File 'lib/cb/models/api_call_model.rb', line 3

def options
  @options
end

#pathObject

Returns the value of attribute path



3
4
5
# File 'lib/cb/models/api_call_model.rb', line 3

def path
  @path
end

#responseObject

Returns the value of attribute response



3
4
5
# File 'lib/cb/models/api_call_model.rb', line 3

def response
  @response
end