Class: ActiveEncode::Output
- Inherits:
-
Object
- Object
- ActiveEncode::Output
- Includes:
- Status, TechnicalMetadata
- Defined in:
- lib/active_encode/output.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods included from Status
#cancelled?, #completed?, #failed?, #running?
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/active_encode/output.rb', line 6 def id @id end |
#url ⇒ Object
Returns the value of attribute url.
7 8 9 |
# File 'lib/active_encode/output.rb', line 7 def url @url end |