Class: GAShikomi::Subcommand::Base
- Inherits:
-
Object
- Object
- GAShikomi::Subcommand::Base
- Defined in:
- lib/ga_shikomi/subcommand/base.rb
Instance Attribute Summary collapse
-
#api ⇒ Object
readonly
Returns the value of attribute api.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(api, options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(api, options = {}) ⇒ Base
Returns a new instance of Base.
4 5 6 7 |
# File 'lib/ga_shikomi/subcommand/base.rb', line 4 def initialize(api, = {}) @api = api @options = end |
Instance Attribute Details
#api ⇒ Object (readonly)
Returns the value of attribute api.
8 9 10 |
# File 'lib/ga_shikomi/subcommand/base.rb', line 8 def api @api end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
8 9 10 |
# File 'lib/ga_shikomi/subcommand/base.rb', line 8 def @options end |