Class: BAI2::Structures::AccountTrailer
- Inherits:
-
Object
- Object
- BAI2::Structures::AccountTrailer
- Defined in:
- lib/bai2_ruby/structures/account_trailer.rb
Instance Attribute Summary collapse
-
#account_control_total ⇒ Object
readonly
Returns the value of attribute account_control_total.
-
#number_of_records ⇒ Object
readonly
Returns the value of attribute number_of_records.
Instance Method Summary collapse
-
#initialize(account_control_total:, number_of_records:) ⇒ AccountTrailer
constructor
A new instance of AccountTrailer.
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 = account_control_total @number_of_records = number_of_records end |
Instance Attribute Details
#account_control_total ⇒ Object (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 @account_control_total end |
#number_of_records ⇒ Object (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 |