Class: Seam::Resources::UnmanagedAccessMethod::PendingMutations

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/unmanaged_access_method.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

#messageObject

Detailed description of the mutation.



36
37
38
# File 'lib/seam/resources/unmanaged_access_method.rb', line 36

def message
  @message
end

#mutation_codeObject

Returns the value of attribute mutation_code.



37
38
39
# File 'lib/seam/resources/unmanaged_access_method.rb', line 37

def mutation_code
  @mutation_code
end