Class: AlphaSign::Protocol::AlphaFile

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



51
52
53
# File 'lib/alphasign/protocol.rb', line 51

def label
  @label
end

#size_specObject

Returns the value of attribute size_spec

Returns:

  • (Object)

    the current value of size_spec



51
52
53
# File 'lib/alphasign/protocol.rb', line 51

def size_spec
  @size_spec
end

#time_specObject

Returns the value of attribute time_spec

Returns:

  • (Object)

    the current value of time_spec



51
52
53
# File 'lib/alphasign/protocol.rb', line 51

def time_spec
  @time_spec
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



51
52
53
# File 'lib/alphasign/protocol.rb', line 51

def type
  @type
end