Class: Mail::Parsers::ContentDispositionParser::ContentDispositionStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/mail/parsers/content_disposition_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#disposition_typeObject

Returns the value of attribute disposition_type

Returns:

  • (Object)

    the current value of disposition_type



13
14
15
# File 'lib/mail/parsers/content_disposition_parser.rb', line 13

def disposition_type
  @disposition_type
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



13
14
15
# File 'lib/mail/parsers/content_disposition_parser.rb', line 13

def error
  @error
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



13
14
15
# File 'lib/mail/parsers/content_disposition_parser.rb', line 13

def parameters
  @parameters
end