Class: PropertyList::BinaryGenerator::Collection

Inherits:
Struct
  • Object
show all
Defined in:
lib/property-list/binary_generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#markerObject

Returns the value of attribute marker

Returns:

  • (Object)

    the current value of marker



19
20
21
# File 'lib/property-list/binary_generator.rb', line 19

def marker
  @marker
end

#refsObject

Returns the value of attribute refs

Returns:

  • (Object)

    the current value of refs



19
20
21
# File 'lib/property-list/binary_generator.rb', line 19

def refs
  @refs
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



19
20
21
# File 'lib/property-list/binary_generator.rb', line 19

def size
  @size
end