Class: Stastic::Command::Info
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Stastic::Command::Base
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/stastic/commands/info.rb', line 3 def name @name end |
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'lib/stastic/commands/info.rb', line 5 def index puts info end |