Class: Hps::HpsCardHolder
- Inherits:
-
Object
- Object
- Hps::HpsCardHolder
- Defined in:
- lib/hps/entities/hps_cardholder.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#email_address ⇒ Object
Returns the value of attribute email_address.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#phone ⇒ Object
Returns the value of attribute phone.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
4 5 6 |
# File 'lib/hps/entities/hps_cardholder.rb', line 4 def address @address end |
#email_address ⇒ Object
Returns the value of attribute email_address.
4 5 6 |
# File 'lib/hps/entities/hps_cardholder.rb', line 4 def email_address @email_address end |
#first_name ⇒ Object
Returns the value of attribute first_name.
4 5 6 |
# File 'lib/hps/entities/hps_cardholder.rb', line 4 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name.
4 5 6 |
# File 'lib/hps/entities/hps_cardholder.rb', line 4 def last_name @last_name end |
#phone ⇒ Object
Returns the value of attribute phone.
4 5 6 |
# File 'lib/hps/entities/hps_cardholder.rb', line 4 def phone @phone end |