Class: HTTPI::DimeRecord
- Inherits:
-
Struct
- Object
- Struct
- HTTPI::DimeRecord
- Defined in:
- lib/httpi/dime.rb
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
3 4 5 |
# File 'lib/httpi/dime.rb', line 3 def chunked @chunked end |
#data ⇒ Object
Returns the value of attribute data
3 4 5 |
# File 'lib/httpi/dime.rb', line 3 def data @data end |
#first ⇒ Object
Returns the value of attribute first
3 4 5 |
# File 'lib/httpi/dime.rb', line 3 def first @first end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/httpi/dime.rb', line 3 def id @id end |
#last ⇒ Object
Returns the value of attribute last
3 4 5 |
# File 'lib/httpi/dime.rb', line 3 def last @last end |
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/httpi/dime.rb', line 3 def @options end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/httpi/dime.rb', line 3 def type @type end |
#type_format ⇒ Object
Returns the value of attribute type_format
3 4 5 |
# File 'lib/httpi/dime.rb', line 3 def type_format @type_format end |
#version ⇒ Object
Returns the value of attribute version
3 4 5 |
# File 'lib/httpi/dime.rb', line 3 def version @version end |