Class: Seam::Resources::AcsUser::Errors
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AcsUser::Errors
- Defined in:
- lib/seam/resources/acs_user.rb
Instance Attribute Summary collapse
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#message ⇒ Object
Detailed description of the error.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#error_code ⇒ Object
Returns the value of attribute error_code.
19 20 21 |
# File 'lib/seam/resources/acs_user.rb', line 19 def error_code @error_code end |
#message ⇒ Object
Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
21 22 23 |
# File 'lib/seam/resources/acs_user.rb', line 21 def @message end |