Class: HTTPI::DimeRecord

Inherits:
Struct::DimeRecord
  • 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



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

def chunked
  @chunked
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



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

def data
  @data
end

#firstObject

Returns the value of attribute first

Returns:

  • (Object)

    the current value of first



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

def first
  @first
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#lastObject

Returns the value of attribute last

Returns:

  • (Object)

    the current value of last



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

def last
  @last
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end

#type_formatObject

Returns the value of attribute type_format

Returns:

  • (Object)

    the current value of type_format



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

def type_format
  @type_format
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end