Class: Seam::Resources::UnmanagedAccessGrant::PendingMutations

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/unmanaged_access_grant.rb

Defined Under Namespace

Classes: From, To

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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

#access_method_idsObject

IDs of the access methods being updated.



42
43
44
# File 'lib/seam/resources/unmanaged_access_grant.rb', line 42

def access_method_ids
  @access_method_ids
end

#messageObject

Detailed description of the mutation.



44
45
46
# File 'lib/seam/resources/unmanaged_access_grant.rb', line 44

def message
  @message
end

#mutation_codeObject

Returns the value of attribute mutation_code.



45
46
47
# File 'lib/seam/resources/unmanaged_access_grant.rb', line 45

def mutation_code
  @mutation_code
end