Class: HTTPI::DimeRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/httpi/dime.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chunkedObject

Returns the value of attribute chunked

Returns:

  • (Object)

    the current value of chunked



3
4
5
# File 'lib/httpi/dime.rb', line 3

def chunked
  @chunked
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



3
4
5
# File 'lib/httpi/dime.rb', line 3

def data
  @data
end

#firstObject

Returns the value of attribute first

Returns:

  • (Object)

    the current value of first



3
4
5
# File 'lib/httpi/dime.rb', line 3

def first
  @first
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/httpi/dime.rb', line 3

def id
  @id
end

#lastObject

Returns the value of attribute last

Returns:

  • (Object)

    the current value of last



3
4
5
# File 'lib/httpi/dime.rb', line 3

def last
  @last
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



3
4
5
# File 'lib/httpi/dime.rb', line 3

def options
  @options
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/httpi/dime.rb', line 3

def type
  @type
end

#type_formatObject

Returns the value of attribute type_format

Returns:

  • (Object)

    the current value of type_format



3
4
5
# File 'lib/httpi/dime.rb', line 3

def type_format
  @type_format
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



3
4
5
# File 'lib/httpi/dime.rb', line 3

def version
  @version
end