Class: QPay::InvoiceReceiverData
- Inherits:
-
Struct
- Object
- Struct
- QPay::InvoiceReceiverData
- 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
31 32 33 |
# File 'lib/qpay/models.rb', line 31 def address @address end |
#email ⇒ Object
Returns the value of attribute email
31 32 33 |
# File 'lib/qpay/models.rb', line 31 def email @email end |
#name ⇒ Object
Returns the value of attribute name
31 32 33 |
# File 'lib/qpay/models.rb', line 31 def name @name end |
#phone ⇒ Object
Returns the value of attribute phone
31 32 33 |
# File 'lib/qpay/models.rb', line 31 def phone @phone end |
#register ⇒ Object
Returns the value of attribute register
31 32 33 |
# File 'lib/qpay/models.rb', line 31 def register @register end |