Class: Hps::HpsBatch

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#sequence_numberObject

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_amountObject

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_countObject

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