Class: Seam::ResourceWarning
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::ResourceWarning
- Defined in:
- lib/seam/resources/resource_warning.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#warning_code ⇒ Object
Returns the value of attribute warning_code.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::BaseResource
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
5 6 7 |
# File 'lib/seam/resources/resource_warning.rb', line 5 def @message end |
#warning_code ⇒ Object
Returns the value of attribute warning_code.
5 6 7 |
# File 'lib/seam/resources/resource_warning.rb', line 5 def warning_code @warning_code end |