Class: Struct::DimeRecord
- Inherits:
-
Struct
- Object
- Struct
- Struct::DimeRecord
- Defined in:
- lib/httpi/dime.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#chunked ⇒ Object
Returns the value of attribute chunked.
-
#data ⇒ Object
Returns the value of attribute data.
-
#first ⇒ Object
Returns the value of attribute first.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last ⇒ Object
Returns the value of attribute last.
-
#options ⇒ Object
Returns the value of attribute options.
-
#type ⇒ Object
Returns the value of attribute type.
-
#type_format ⇒ Object
Returns the value of attribute type_format.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#chunked ⇒ Object
Returns the value of attribute chunked
2 3 4 |
# File 'lib/httpi/dime.rb', line 2 def chunked @chunked end |
#data ⇒ Object
Returns the value of attribute data
2 3 4 |
# File 'lib/httpi/dime.rb', line 2 def data @data end |
#first ⇒ Object
Returns the value of attribute first
2 3 4 |
# File 'lib/httpi/dime.rb', line 2 def first @first end |
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/httpi/dime.rb', line 2 def id @id end |
#last ⇒ Object
Returns the value of attribute last
2 3 4 |
# File 'lib/httpi/dime.rb', line 2 def last @last end |
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/httpi/dime.rb', line 2 def @options end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/httpi/dime.rb', line 2 def type @type end |
#type_format ⇒ Object
Returns the value of attribute type_format
2 3 4 |
# File 'lib/httpi/dime.rb', line 2 def type_format @type_format end |
#version ⇒ Object
Returns the value of attribute version
2 3 4 |
# File 'lib/httpi/dime.rb', line 2 def version @version end |