Class: InstagramCrawler::Parser::Args
- Inherits:
-
Object
- Object
- InstagramCrawler::Parser::Args
- Defined in:
- lib/instagram_crawler/parser/args.rb
Instance Attribute Summary collapse
-
#log ⇒ Object
Returns the value of attribute log.
Instance Method Summary collapse
-
#initialize(args) ⇒ Args
constructor
A new instance of Args.
Constructor Details
#initialize(args) ⇒ Args
Returns a new instance of Args.
6 7 8 9 10 |
# File 'lib/instagram_crawler/parser/args.rb', line 6 def initialize(args) @args = args parse_args validates_required_args end |
Instance Attribute Details
#log ⇒ Object
Returns the value of attribute log.
4 5 6 |
# File 'lib/instagram_crawler/parser/args.rb', line 4 def log @log end |