Class: GenericResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/generic-response.rb

Direct Known Subclasses

QuotaResponse

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error.



2
3
4
# File 'lib/generic-response.rb', line 2

def error
  @error
end

#responseObject

Returns the value of attribute response.



2
3
4
# File 'lib/generic-response.rb', line 2

def response
  @response
end