Class: Synacrb::Common::Command
- Inherits:
-
Struct
- Object
- Struct
- Synacrb::Common::Command
- Defined in:
- lib/synacrb/common.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#recipient ⇒ Object
Returns the value of attribute recipient.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
46 47 48 |
# File 'lib/synacrb/common.rb', line 46 def args @args end |
#recipient ⇒ Object
Returns the value of attribute recipient
46 47 48 |
# File 'lib/synacrb/common.rb', line 46 def recipient @recipient end |