Method: Pageflow::MediaEncodingStateMachine#ready?

Defined in:
app/state_machines/pageflow/media_encoding_state_machine.rb

#ready?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


102
103
104
# File 'app/state_machines/pageflow/media_encoding_state_machine.rb', line 102

def ready?
  encoded?
end