Class: D4C::ConsoleOptionSet::Option

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

Instance Attribute Summary collapse

Instance Attribute Details

#blkObject

Returns the value of attribute blk

Returns:

  • (Object)

    the current value of blk



7
8
9
# File 'lib/d4c/console_option_set.rb', line 7

def blk
  @blk
end

#descObject

Returns the value of attribute desc

Returns:

  • (Object)

    the current value of desc



7
8
9
# File 'lib/d4c/console_option_set.rb', line 7

def desc
  @desc
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/d4c/console_option_set.rb', line 7

def name
  @name
end