Class: Seam::Resources::ActionAttempt::Result::PendingMutations::From

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

Instance Attribute Summary

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 Method Details

#ends_atTime?

Previous end time for access.

Returns:

  • (Time, nil)


290
# File 'lib/seam/resources/action_attempt.rb', line 290

date_accessor :ends_at

#starts_atTime?

Previous start time for access.

Returns:

  • (Time, nil)


293
# File 'lib/seam/resources/action_attempt.rb', line 293

date_accessor :starts_at