Class: Hps::HpsCheck
- Inherits:
-
Object
- Object
- Hps::HpsCheck
- Defined in:
- lib/hps/entities/hps_check.rb
Instance Attribute Summary collapse
-
#account_number ⇒ Object
Returns the value of attribute account_number.
-
#account_type ⇒ Object
Returns the value of attribute account_type.
-
#check_holder ⇒ Object
Returns the value of attribute check_holder.
-
#check_number ⇒ Object
Returns the value of attribute check_number.
-
#check_type ⇒ Object
Returns the value of attribute check_type.
-
#check_verify ⇒ Object
Returns the value of attribute check_verify.
-
#data_entry_mode ⇒ Object
Returns the value of attribute data_entry_mode.
-
#micr_number ⇒ Object
Returns the value of attribute micr_number.
-
#routing_number ⇒ Object
Returns the value of attribute routing_number.
-
#sec_code ⇒ Object
Returns the value of attribute sec_code.
Instance Method Summary collapse
-
#initialize ⇒ HpsCheck
constructor
A new instance of HpsCheck.
Constructor Details
#initialize ⇒ HpsCheck
Returns a new instance of HpsCheck.
14 15 16 |
# File 'lib/hps/entities/hps_check.rb', line 14 def initialize @data_entry_mode = HpsDataEntryMode.manual end |
Instance Attribute Details
#account_number ⇒ Object
Returns the value of attribute account_number.
3 4 5 |
# File 'lib/hps/entities/hps_check.rb', line 3 def account_number @account_number end |
#account_type ⇒ Object
Returns the value of attribute account_type.
3 4 5 |
# File 'lib/hps/entities/hps_check.rb', line 3 def account_type @account_type end |
#check_holder ⇒ Object
Returns the value of attribute check_holder.
3 4 5 |
# File 'lib/hps/entities/hps_check.rb', line 3 def check_holder @check_holder end |
#check_number ⇒ Object
Returns the value of attribute check_number.
3 4 5 |
# File 'lib/hps/entities/hps_check.rb', line 3 def check_number @check_number end |
#check_type ⇒ Object
Returns the value of attribute check_type.
3 4 5 |
# File 'lib/hps/entities/hps_check.rb', line 3 def check_type @check_type end |
#check_verify ⇒ Object
Returns the value of attribute check_verify.
3 4 5 |
# File 'lib/hps/entities/hps_check.rb', line 3 def check_verify @check_verify end |
#data_entry_mode ⇒ Object
Returns the value of attribute data_entry_mode.
3 4 5 |
# File 'lib/hps/entities/hps_check.rb', line 3 def data_entry_mode @data_entry_mode end |
#micr_number ⇒ Object
Returns the value of attribute micr_number.
3 4 5 |
# File 'lib/hps/entities/hps_check.rb', line 3 def micr_number @micr_number end |
#routing_number ⇒ Object
Returns the value of attribute routing_number.
3 4 5 |
# File 'lib/hps/entities/hps_check.rb', line 3 def routing_number @routing_number end |
#sec_code ⇒ Object
Returns the value of attribute sec_code.
3 4 5 |
# File 'lib/hps/entities/hps_check.rb', line 3 def sec_code @sec_code end |