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

Instance Method Summary collapse

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

#messageString

Detailed description of the mutation.

Returns:

  • (String)


48
49
50
# File 'lib/seam/resources/unmanaged_access_method.rb', line 48

def message
  @message
end

#mutation_codeString

Returns:

  • (String)


50
51
52
# File 'lib/seam/resources/unmanaged_access_method.rb', line 50

def mutation_code
  @mutation_code
end

Instance Method Details

#created_atTime

Date and time at which the mutation was created.

Returns:

  • (Time)


53
# File 'lib/seam/resources/unmanaged_access_method.rb', line 53

date_accessor :created_at

#fromFrom

Returns:



43
# File 'lib/seam/resources/unmanaged_access_method.rb', line 43

resource_accessor :from, From

#toTo

Returns:



45
# File 'lib/seam/resources/unmanaged_access_method.rb', line 45

resource_accessor :to, To