Class: QPay::SenderStaffData
- Inherits:
-
Struct
- Object
- Struct
- QPay::SenderStaffData
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
-
#phone ⇒ Object
Returns the value of attribute phone.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
26 27 28 |
# File 'lib/qpay/models.rb', line 26 def email @email end |
#name ⇒ Object
Returns the value of attribute name
26 27 28 |
# File 'lib/qpay/models.rb', line 26 def name @name end |
#phone ⇒ Object
Returns the value of attribute phone
26 27 28 |
# File 'lib/qpay/models.rb', line 26 def phone @phone end |