Class: Seam::Resources::AccessMethod::PendingMutations
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AccessMethod::PendingMutations
- Defined in:
- lib/seam/resources/access_method.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#message ⇒ Object
Detailed description of the mutation.
-
#mutation_code ⇒ Object
Returns the value of attribute mutation_code.
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
#message ⇒ Object
Detailed description of the mutation.
36 37 38 |
# File 'lib/seam/resources/access_method.rb', line 36 def @message end |
#mutation_code ⇒ Object
Returns the value of attribute mutation_code.
37 38 39 |
# File 'lib/seam/resources/access_method.rb', line 37 def mutation_code @mutation_code end |