Class: BAI2::Structures::GroupTrailer
- Inherits:
-
Object
- Object
- BAI2::Structures::GroupTrailer
- Defined in:
- lib/bai2_ruby/structures/group_trailer.rb
Instance Attribute Summary collapse
-
#group_control_total ⇒ Object
readonly
Returns the value of attribute group_control_total.
-
#number_of_accounts ⇒ Object
readonly
Returns the value of attribute number_of_accounts.
-
#number_of_records ⇒ Object
readonly
Returns the value of attribute number_of_records.
Instance Method Summary collapse
-
#initialize(group_control_total:, number_of_accounts:, number_of_records:) ⇒ GroupTrailer
constructor
A new instance of GroupTrailer.
Constructor Details
#initialize(group_control_total:, number_of_accounts:, number_of_records:) ⇒ GroupTrailer
Returns a new instance of GroupTrailer.
8 9 10 11 12 |
# File 'lib/bai2_ruby/structures/group_trailer.rb', line 8 def initialize(group_control_total:, number_of_accounts:, number_of_records:) @group_control_total = group_control_total @number_of_accounts = number_of_accounts @number_of_records = number_of_records end |
Instance Attribute Details
#group_control_total ⇒ Object (readonly)
Returns the value of attribute group_control_total.
6 7 8 |
# File 'lib/bai2_ruby/structures/group_trailer.rb', line 6 def group_control_total @group_control_total end |
#number_of_accounts ⇒ Object (readonly)
Returns the value of attribute number_of_accounts.
6 7 8 |
# File 'lib/bai2_ruby/structures/group_trailer.rb', line 6 def number_of_accounts @number_of_accounts end |
#number_of_records ⇒ Object (readonly)
Returns the value of attribute number_of_records.
6 7 8 |
# File 'lib/bai2_ruby/structures/group_trailer.rb', line 6 def number_of_records @number_of_records end |