Class: RubygemsDownloads::CLI::Base
- Defined in:
- lib/rubygems_downloads/cli/base.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(name) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(name) ⇒ Base
Returns a new instance of Base.
8 9 10 |
# File 'lib/rubygems_downloads/cli/base.rb', line 8 def initialize(name) @name = name end |
Instance Method Details
#call ⇒ Object
12 13 14 15 |
# File 'lib/rubygems_downloads/cli/base.rb', line 12 def call retrieve_data generate_table_data end |