Class: Hps::HpsCardHolder

Inherits:
Object
  • Object
show all
Defined in:
lib/hps/entities/hps_cardholder.rb

Direct Known Subclasses

HpsCheckHolder

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



4
5
6
# File 'lib/hps/entities/hps_cardholder.rb', line 4

def address
  @address
end

#email_addressObject

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_nameObject

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_nameObject

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

#phoneObject

Returns the value of attribute phone.



4
5
6
# File 'lib/hps/entities/hps_cardholder.rb', line 4

def phone
  @phone
end