Class: Ey::Core::Client::ComponentAction

Inherits:
Model
  • Object
show all
Extended by:
Associations
Includes:
Subscribable
Defined in:
lib/vendor/core/ey-core/models/component_action.rb

Instance Method Summary collapse

Methods included from Associations

assoc_accessor, assoc_coverage, assoc_reader, assoc_writer, associations, collection_reader

Methods included from Subscribable

included, #read_channel_uri, #subscribe

Methods inherited from Model

#destroy, range_parser, #save, #update!, #url

Instance Method Details

#ready?Boolean

Returns:

  • (Boolean)


26
27
28
# File 'lib/vendor/core/ey-core/models/component_action.rb', line 26

def ready?
  !!finished_at
end