Class: Menuboy::Option

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



101
102
103
# File 'lib/menuboy.rb', line 101

def key
  @key
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



101
102
103
# File 'lib/menuboy.rb', line 101

def name
  @name
end

#procObject

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



101
102
103
# File 'lib/menuboy.rb', line 101

def proc
  @proc
end