Class: AlphaSign::Protocol::AlphaFile
- Inherits:
-
Struct
- Object
- Struct
- AlphaSign::Protocol::AlphaFile
- Defined in:
- lib/alphasign/protocol.rb
Overview
AlphaSign::Protocol::FileType reserver for “priority text file” representation representation. First two char represent start time code, second two end time code “FF00” == always, see docs for full spec, it’s wierd…
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#size_spec ⇒ Object
Returns the value of attribute size_spec.
-
#time_spec ⇒ Object
Returns the value of attribute time_spec.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
51 52 53 |
# File 'lib/alphasign/protocol.rb', line 51 def label @label end |
#size_spec ⇒ Object
Returns the value of attribute size_spec
51 52 53 |
# File 'lib/alphasign/protocol.rb', line 51 def size_spec @size_spec end |
#time_spec ⇒ Object
Returns the value of attribute time_spec
51 52 53 |
# File 'lib/alphasign/protocol.rb', line 51 def time_spec @time_spec end |
#type ⇒ Object
Returns the value of attribute type
51 52 53 |
# File 'lib/alphasign/protocol.rb', line 51 def type @type end |