Class: PropertyList::BinaryGenerator::Collection
- Inherits:
-
Struct
- Object
- Struct
- PropertyList::BinaryGenerator::Collection
- Defined in:
- lib/property-list/binary_generator.rb
Instance Attribute Summary collapse
-
#marker ⇒ Object
Returns the value of attribute marker.
-
#refs ⇒ Object
Returns the value of attribute refs.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#marker ⇒ Object
Returns the value of attribute marker
19 20 21 |
# File 'lib/property-list/binary_generator.rb', line 19 def marker @marker end |
#refs ⇒ Object
Returns the value of attribute refs
19 20 21 |
# File 'lib/property-list/binary_generator.rb', line 19 def refs @refs end |
#size ⇒ Object
Returns the value of attribute size
19 20 21 |
# File 'lib/property-list/binary_generator.rb', line 19 def size @size end |