Class: LibyearBundler::Options::Store
- Inherits:
-
Struct
- Object
- Struct
- LibyearBundler::Options::Store
- Defined in:
- lib/libyear_bundler/options.rb
Instance Attribute Summary collapse
-
#cache_path ⇒ Object
Returns the value of attribute cache_path.
-
#grand_total? ⇒ Object
Returns the value of attribute grand_total?.
-
#json? ⇒ Object
Returns the value of attribute json?.
-
#libyears? ⇒ Object
Returns the value of attribute libyears?.
-
#releases? ⇒ Object
Returns the value of attribute releases?.
-
#sort? ⇒ Object
Returns the value of attribute sort?.
-
#versions? ⇒ Object
Returns the value of attribute versions?.
Instance Attribute Details
#cache_path ⇒ Object
Returns the value of attribute 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?
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?
13 14 15 |
# File 'lib/libyear_bundler/options.rb', line 13 def json? @json? end |
#libyears? ⇒ Object
Returns the value of attribute libyears?
13 14 15 |
# File 'lib/libyear_bundler/options.rb', line 13 def libyears? @libyears? end |
#releases? ⇒ Object
Returns the value of attribute releases?
13 14 15 |
# File 'lib/libyear_bundler/options.rb', line 13 def releases? @releases? end |
#sort? ⇒ Object
Returns the value of attribute sort?
13 14 15 |
# File 'lib/libyear_bundler/options.rb', line 13 def sort? @sort? end |
#versions? ⇒ Object
Returns the value of attribute versions?
13 14 15 |
# File 'lib/libyear_bundler/options.rb', line 13 def versions? @versions? end |