Class: BAI2::Structures::AccountTrailer

Inherits:
Object
  • Object
show all
Defined in:
lib/bai2_ruby/structures/account_trailer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(account_control_total:, number_of_records:) ⇒ AccountTrailer

Returns a new instance of AccountTrailer.



8
9
10
11
# File 'lib/bai2_ruby/structures/account_trailer.rb', line 8

def initialize(account_control_total:, number_of_records:)
  @account_control_total = 
  @number_of_records = number_of_records
end

Instance Attribute Details

#account_control_totalObject (readonly)

Returns the value of attribute account_control_total.



6
7
8
# File 'lib/bai2_ruby/structures/account_trailer.rb', line 6

def 
  @account_control_total
end

#number_of_recordsObject (readonly)

Returns the value of attribute number_of_records.



6
7
8
# File 'lib/bai2_ruby/structures/account_trailer.rb', line 6

def number_of_records
  @number_of_records
end