Class: F4FHeader

Inherits:
Struct
  • Object
show all
Defined in:
lib/glued/f4f.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_sizeObject

Returns the value of attribute content_size

Returns:

  • (Object)

    the current value of content_size



40
41
42
# File 'lib/glued/f4f.rb', line 40

def content_size
  @content_size
end

#content_startObject

Returns the value of attribute content_start

Returns:

  • (Object)

    the current value of content_start



40
41
42
# File 'lib/glued/f4f.rb', line 40

def content_start
  @content_start
end

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



40
41
42
# File 'lib/glued/f4f.rb', line 40

def pos
  @pos
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



40
41
42
# File 'lib/glued/f4f.rb', line 40

def size
  @size
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



40
41
42
# File 'lib/glued/f4f.rb', line 40

def type
  @type
end