Class: Synacrb::Common::Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/synacrb/common.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



46
47
48
# File 'lib/synacrb/common.rb', line 46

def args
  @args
end

#recipientObject

Returns the value of attribute recipient

Returns:

  • (Object)

    the current value of recipient



46
47
48
# File 'lib/synacrb/common.rb', line 46

def recipient
  @recipient
end