Class: Feed2Gram::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/feed2gram/parses_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



4
5
6
# File 'lib/feed2gram/parses_options.rb', line 4

def cache_path
  @cache_path
end

#config_pathObject

Returns the value of attribute config_path

Returns:

  • (Object)

    the current value of config_path



4
5
6
# File 'lib/feed2gram/parses_options.rb', line 4

def config_path
  @config_path
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



4
5
6
# File 'lib/feed2gram/parses_options.rb', line 4

def limit
  @limit
end

#populate_cacheObject

Returns the value of attribute populate_cache

Returns:

  • (Object)

    the current value of populate_cache



4
5
6
# File 'lib/feed2gram/parses_options.rb', line 4

def populate_cache
  @populate_cache
end

#skip_token_refreshObject

Returns the value of attribute skip_token_refresh

Returns:

  • (Object)

    the current value of skip_token_refresh



4
5
6
# File 'lib/feed2gram/parses_options.rb', line 4

def skip_token_refresh
  @skip_token_refresh
end

#verboseObject

Returns the value of attribute verbose

Returns:

  • (Object)

    the current value of verbose



4
5
6
# File 'lib/feed2gram/parses_options.rb', line 4

def verbose
  @verbose
end