Class: Feed2Gram::Options
- Inherits:
-
Struct
- Object
- Struct
- Feed2Gram::Options
- Defined in:
- lib/feed2gram/parses_options.rb
Instance Attribute Summary collapse
-
#cache_path ⇒ Object
Returns the value of attribute cache_path.
-
#config_path ⇒ Object
Returns the value of attribute config_path.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#populate_cache ⇒ Object
Returns the value of attribute populate_cache.
-
#skip_token_refresh ⇒ Object
Returns the value of attribute skip_token_refresh.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Attribute Details
#cache_path ⇒ Object
Returns the value of attribute cache_path
4 5 6 |
# File 'lib/feed2gram/parses_options.rb', line 4 def cache_path @cache_path end |
#config_path ⇒ Object
Returns the value of attribute config_path
4 5 6 |
# File 'lib/feed2gram/parses_options.rb', line 4 def config_path @config_path end |
#limit ⇒ Object
Returns the value of attribute limit
4 5 6 |
# File 'lib/feed2gram/parses_options.rb', line 4 def limit @limit end |
#populate_cache ⇒ Object
Returns the value of attribute populate_cache
4 5 6 |
# File 'lib/feed2gram/parses_options.rb', line 4 def populate_cache @populate_cache end |
#skip_token_refresh ⇒ Object
Returns the value of attribute skip_token_refresh
4 5 6 |
# File 'lib/feed2gram/parses_options.rb', line 4 def skip_token_refresh @skip_token_refresh end |
#verbose ⇒ Object
Returns the value of attribute verbose
4 5 6 |
# File 'lib/feed2gram/parses_options.rb', line 4 def verbose @verbose end |