Class: Ssource::Command

Inherits:
CLAide::Command
  • Object
show all
Defined in:
lib/ssource/command.rb,
lib/ssource/command/show.rb

Direct Known Subclasses

Show

Defined Under Namespace

Classes: Show

Instance Attribute Summary collapse

Instance Method Summary collapse

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_pathObject

Returns the value of attribute file_path.



17
18
19
# File 'lib/ssource/command.rb', line 17

def file_path
  @file_path
end