Class: F4FHeader
- Inherits:
-
Struct
- Object
- Struct
- F4FHeader
- Defined in:
- lib/glued/f4f.rb
Instance Attribute Summary collapse
-
#content_size ⇒ Object
Returns the value of attribute content_size.
-
#content_start ⇒ Object
Returns the value of attribute content_start.
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#size ⇒ Object
Returns the value of attribute size.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#content_size ⇒ Object
Returns the value of attribute content_size
40 41 42 |
# File 'lib/glued/f4f.rb', line 40 def content_size @content_size end |
#content_start ⇒ Object
Returns the value of attribute content_start
40 41 42 |
# File 'lib/glued/f4f.rb', line 40 def content_start @content_start end |
#pos ⇒ Object
Returns the value of attribute pos
40 41 42 |
# File 'lib/glued/f4f.rb', line 40 def pos @pos end |
#size ⇒ Object
Returns the value of attribute size
40 41 42 |
# File 'lib/glued/f4f.rb', line 40 def size @size end |
#type ⇒ Object
Returns the value of attribute type
40 41 42 |
# File 'lib/glued/f4f.rb', line 40 def type @type end |