Class: Hps::HpsCheckHolder
- Inherits:
-
HpsCardHolder
- Object
- HpsCardHolder
- Hps::HpsCheckHolder
- Defined in:
- lib/hps/entities/hps_check_holder.rb
Instance Attribute Summary collapse
-
#check_name ⇒ Object
Returns the value of attribute check_name.
-
#courtesy_card ⇒ Object
Returns the value of attribute courtesy_card.
-
#dl_number ⇒ Object
Returns the value of attribute dl_number.
-
#dl_state ⇒ Object
Returns the value of attribute dl_state.
-
#dob_year ⇒ Object
Returns the value of attribute dob_year.
-
#ssl4 ⇒ Object
Returns the value of attribute ssl4.
Attributes inherited from HpsCardHolder
#address, #email_address, #first_name, #last_name, #phone
Instance Attribute Details
#check_name ⇒ Object
Returns the value of attribute check_name.
3 4 5 |
# File 'lib/hps/entities/hps_check_holder.rb', line 3 def check_name @check_name end |
#courtesy_card ⇒ Object
Returns the value of attribute courtesy_card.
3 4 5 |
# File 'lib/hps/entities/hps_check_holder.rb', line 3 def courtesy_card @courtesy_card end |
#dl_number ⇒ Object
Returns the value of attribute dl_number.
3 4 5 |
# File 'lib/hps/entities/hps_check_holder.rb', line 3 def dl_number @dl_number end |
#dl_state ⇒ Object
Returns the value of attribute dl_state.
3 4 5 |
# File 'lib/hps/entities/hps_check_holder.rb', line 3 def dl_state @dl_state end |
#dob_year ⇒ Object
Returns the value of attribute dob_year.
3 4 5 |
# File 'lib/hps/entities/hps_check_holder.rb', line 3 def dob_year @dob_year end |
#ssl4 ⇒ Object
Returns the value of attribute ssl4.
3 4 5 |
# File 'lib/hps/entities/hps_check_holder.rb', line 3 def ssl4 @ssl4 end |