Class: Boxy::Command

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name



2
3
4
# File 'lib/boxy/command.rb', line 2

def name
  @name
end

#optionsObject

Returns the value of attribute options



2
3
4
# File 'lib/boxy/command.rb', line 2

def options
  @options
end

#typeObject

Returns the value of attribute type



2
3
4
# File 'lib/boxy/command.rb', line 2

def type
  @type
end

#validObject

Returns the value of attribute valid



2
3
4
# File 'lib/boxy/command.rb', line 2

def valid
  @valid
end