Class: Net::IMAP::BodyTypeExtension

Inherits:
Struct
  • Object
show all
Defined in:
lib/net/imap/response_data.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#content_idObject

Returns the value of attribute content_id

Returns:

  • (Object)

    the current value of content_id



518
519
520
# File 'lib/net/imap/response_data.rb', line 518

def content_id
  @content_id
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



518
519
520
# File 'lib/net/imap/response_data.rb', line 518

def description
  @description
end

#encodingObject

Returns the value of attribute encoding

Returns:

  • (Object)

    the current value of encoding



518
519
520
# File 'lib/net/imap/response_data.rb', line 518

def encoding
  @encoding
end

#media_typeObject

Returns the value of attribute media_type

Returns:

  • (Object)

    the current value of media_type



518
519
520
# File 'lib/net/imap/response_data.rb', line 518

def media_type
  @media_type
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



518
519
520
# File 'lib/net/imap/response_data.rb', line 518

def params
  @params
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



518
519
520
# File 'lib/net/imap/response_data.rb', line 518

def size
  @size
end

#subtypeObject

Returns the value of attribute subtype

Returns:

  • (Object)

    the current value of subtype



518
519
520
# File 'lib/net/imap/response_data.rb', line 518

def subtype
  @subtype
end

Instance Method Details

#multipart?Boolean

Returns:

  • (Boolean)


521
522
523
# File 'lib/net/imap/response_data.rb', line 521

def multipart?
  return false
end