Class: Pincers::Support::Configuration::Option

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/pincers/support/configuration.rb', line 4

def name
  @name
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



4
5
6
# File 'lib/pincers/support/configuration.rb', line 4

def text
  @text
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/pincers/support/configuration.rb', line 4

def type
  @type
end