Class: CkuruTools::ArgParsed

Inherits:
HashInitializerClass
  • Object
show all
Defined in:
lib/args.rb

Instance Attribute Summary collapse

Instance Attribute Details

#longObject

Returns the value of attribute long.



21
22
23
# File 'lib/args.rb', line 21

def long
  @long
end

#requiredObject

Returns the value of attribute required.



21
22
23
# File 'lib/args.rb', line 21

def required
  @required
end

#shortObject

Returns the value of attribute short.



21
22
23
# File 'lib/args.rb', line 21

def short
  @short
end

#specObject

Returns the value of attribute spec.



21
22
23
# File 'lib/args.rb', line 21

def spec
  @spec
end

#typeObject

Returns the value of attribute type.



21
22
23
# File 'lib/args.rb', line 21

def type
  @type
end