Class: QuotaResponse

Inherits:
GenericResponse show all
Defined in:
lib/quota-response.rb

Instance Attribute Summary collapse

Attributes inherited from GenericResponse

#error, #response

Instance Method Summary collapse

Constructor Details

#initializeQuotaResponse

Returns a new instance of QuotaResponse.



3
4
5
# File 'lib/quota-response.rb', line 3

def initialize
  super
end

Instance Attribute Details

#headersObject

Returns the value of attribute headers.



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

def headers
  @headers
end