Class: Crabfarm::Configuration::Option

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name



5
6
7
# File 'lib/crabfarm/configuration.rb', line 5

def name
  @name
end

#textObject

Returns the value of attribute text



5
6
7
# File 'lib/crabfarm/configuration.rb', line 5

def text
  @text
end

#typeObject

Returns the value of attribute type



5
6
7
# File 'lib/crabfarm/configuration.rb', line 5

def type
  @type
end