Class: Arpie::Binary::Field

Inherits:
Struct
  • Object
show all
Defined in:
lib/arpie/binary.rb

Instance Attribute Summary collapse

Instance Attribute Details

#inline_handlerObject

Returns the value of attribute inline_handler

Returns:

  • (Object)

    the current value of inline_handler



43
44
45
# File 'lib/arpie/binary.rb', line 43

def inline_handler
  @inline_handler
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



43
44
45
# File 'lib/arpie/binary.rb', line 43

def name
  @name
end

#optsObject

Returns the value of attribute opts

Returns:

  • (Object)

    the current value of opts



43
44
45
# File 'lib/arpie/binary.rb', line 43

def opts
  @opts
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



43
44
45
# File 'lib/arpie/binary.rb', line 43

def type
  @type
end