Class: Arpie::Binary::Virtual

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

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



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

def handler
  @handler
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#optsObject

Returns the value of attribute opts

Returns:

  • (Object)

    the current value of opts



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

def opts
  @opts
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end