Class: Seam::Resources::UnmanagedAccessGrant::PendingMutations
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::UnmanagedAccessGrant::PendingMutations
- Defined in:
- lib/seam/resources/unmanaged_access_grant.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#access_method_ids ⇒ Array<String>
IDs of the access methods being updated.
-
#message ⇒ String
Detailed description of the mutation.
- #mutation_code ⇒ String
Attributes inherited from BaseResource
Instance Method Summary collapse
-
#created_at ⇒ Time
Date and time at which the mutation was created.
- #from ⇒ From
- #to ⇒ To
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
#access_method_ids ⇒ Array<String>
IDs of the access methods being updated.
56 57 58 |
# File 'lib/seam/resources/unmanaged_access_grant.rb', line 56 def access_method_ids @access_method_ids end |
#message ⇒ String
Detailed description of the mutation.
59 60 61 |
# File 'lib/seam/resources/unmanaged_access_grant.rb', line 59 def @message end |
#mutation_code ⇒ String
61 62 63 |
# File 'lib/seam/resources/unmanaged_access_grant.rb', line 61 def mutation_code @mutation_code end |