Class: Hps::HpsBatch
- Inherits:
-
Object
- Object
- Hps::HpsBatch
- Defined in:
- lib/hps/entities/hps_batch.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#sequence_number ⇒ Object
Returns the value of attribute sequence_number.
-
#total_amount ⇒ Object
Returns the value of attribute total_amount.
-
#transaction_count ⇒ Object
Returns the value of attribute transaction_count.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/hps/entities/hps_batch.rb', line 4 def id @id end |
#sequence_number ⇒ Object
Returns the value of attribute sequence_number.
4 5 6 |
# File 'lib/hps/entities/hps_batch.rb', line 4 def sequence_number @sequence_number end |
#total_amount ⇒ Object
Returns the value of attribute total_amount.
4 5 6 |
# File 'lib/hps/entities/hps_batch.rb', line 4 def total_amount @total_amount end |
#transaction_count ⇒ Object
Returns the value of attribute transaction_count.
4 5 6 |
# File 'lib/hps/entities/hps_batch.rb', line 4 def transaction_count @transaction_count end |