Class: Ssource::Command
- Inherits:
-
CLAide::Command
- Object
- CLAide::Command
- Ssource::Command
- Defined in:
- lib/ssource/command.rb,
lib/ssource/command/show.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Show
Instance Attribute Summary collapse
-
#file_path ⇒ Object
Returns the value of attribute file_path.
Instance Method Summary collapse
-
#initialize(argv) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize(argv) ⇒ Command
Returns a new instance of Command.
13 14 15 |
# File 'lib/ssource/command.rb', line 13 def initialize(argv) super end |
Instance Attribute Details
#file_path ⇒ Object
Returns the value of attribute file_path.
17 18 19 |
# File 'lib/ssource/command.rb', line 17 def file_path @file_path end |