Class: QuotaResponse
- Inherits:
-
GenericResponse
- Object
- GenericResponse
- QuotaResponse
- Defined in:
- lib/quota-response.rb
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
Attributes inherited from GenericResponse
Instance Method Summary collapse
-
#initialize ⇒ QuotaResponse
constructor
A new instance of QuotaResponse.
Constructor Details
#initialize ⇒ QuotaResponse
Returns a new instance of QuotaResponse.
3 4 5 |
# File 'lib/quota-response.rb', line 3 def initialize super end |
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers.
2 3 4 |
# File 'lib/quota-response.rb', line 2 def headers @headers end |