Class: Egalite::EgaliteResponse
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#param ⇒ Object
Returns the value of attribute param.
Instance Method Summary collapse
-
#initialize(com, param = nil) ⇒ EgaliteResponse
constructor
A new instance of EgaliteResponse.
Constructor Details
#initialize(com, param = nil) ⇒ EgaliteResponse
Returns a new instance of EgaliteResponse.
348 349 350 351 |
# File 'lib/egalite.rb', line 348 def initialize(com, param = nil) @command = com @param = param end |