Class: QPay::Transaction

Inherits:
Struct
  • Object
show all
Defined in:
lib/qpay/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accounts ⇒ Object

Returns the value of attribute accounts

Returns:

  • (Object) —

    the current value of accounts



42
43
44
# File 'lib/qpay/models.rb', line 42

def accounts
  @accounts
end

#amount ⇒ Object

Returns the value of attribute amount

Returns:

  • (Object) —

    the current value of amount



42
43
44
# File 'lib/qpay/models.rb', line 42

def amount
  @amount
end

#description ⇒ Object

Returns the value of attribute description

Returns:

  • (Object) —

    the current value of description



42
43
44
# File 'lib/qpay/models.rb', line 42

def description
  @description
end