Class: QPay::SenderBranchData
- Inherits:
-
Struct
- Object
- Struct
- QPay::SenderBranchData
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#register ⇒ Object
Returns the value of attribute register.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
21 22 23 |
# File 'lib/qpay/models.rb', line 21 def address @address end |
#email ⇒ Object
Returns the value of attribute email
21 22 23 |
# File 'lib/qpay/models.rb', line 21 def email @email end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/qpay/models.rb', line 21 def name @name end |
#phone ⇒ Object
Returns the value of attribute phone
21 22 23 |
# File 'lib/qpay/models.rb', line 21 def phone @phone end |
#register ⇒ Object
Returns the value of attribute register
21 22 23 |
# File 'lib/qpay/models.rb', line 21 def register @register end |