Class: LibyearBundler::Options::Store

Inherits:
Struct
  • Object
show all
Defined in:
lib/libyear_bundler/options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cache_pathObject

Returns the value of attribute cache_path

Returns:

  • (Object)

    the current value of cache_path



13
14
15
# File 'lib/libyear_bundler/options.rb', line 13

def cache_path
  @cache_path
end

#grand_total?Object

Returns the value of attribute grand_total?

Returns:

  • (Object)

    the current value of grand_total?



13
14
15
# File 'lib/libyear_bundler/options.rb', line 13

def grand_total?
  @grand_total?
end

#json?Object

Returns the value of attribute json?

Returns:

  • (Object)

    the current value of json?



13
14
15
# File 'lib/libyear_bundler/options.rb', line 13

def json?
  @json?
end

#libyears?Object

Returns the value of attribute libyears?

Returns:

  • (Object)

    the current value of libyears?



13
14
15
# File 'lib/libyear_bundler/options.rb', line 13

def libyears?
  @libyears?
end

#releases?Object

Returns the value of attribute releases?

Returns:

  • (Object)

    the current value of releases?



13
14
15
# File 'lib/libyear_bundler/options.rb', line 13

def releases?
  @releases?
end

#sort?Object

Returns the value of attribute sort?

Returns:

  • (Object)

    the current value of sort?



13
14
15
# File 'lib/libyear_bundler/options.rb', line 13

def sort?
  @sort?
end

#versions?Object

Returns the value of attribute versions?

Returns:

  • (Object)

    the current value of versions?



13
14
15
# File 'lib/libyear_bundler/options.rb', line 13

def versions?
  @versions?
end