Class: Changelog::OptionParser::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/changelog/option_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#no_archiveObject

Returns the value of attribute no_archive

Returns:

  • (Object)

    the current value of no_archive



5
6
7
# File 'lib/changelog/option_parser.rb', line 5

def no_archive
  @no_archive
end

#releaseObject

Returns the value of attribute release

Returns:

  • (Object)

    the current value of release



5
6
7
# File 'lib/changelog/option_parser.rb', line 5

def release
  @release
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



5
6
7
# File 'lib/changelog/option_parser.rb', line 5

def title
  @title
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/changelog/option_parser.rb', line 5

def type
  @type
end