Class: Mechanize::HTTP::ContentDisposition

Inherits:
Struct
  • Object
show all
Defined in:
lib/mechanize/http/content_disposition_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateObject

Returns the value of attribute creation_date

Returns:

  • (Object)

    the current value of creation_date



7
8
9
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7

def creation_date
  @creation_date
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



7
8
9
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7

def filename
  @filename
end

#modification_dateObject

Returns the value of attribute modification_date

Returns:

  • (Object)

    the current value of modification_date



7
8
9
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7

def modification_date
  @modification_date
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



7
8
9
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7

def parameters
  @parameters
end

#read_dateObject

Returns the value of attribute read_date

Returns:

  • (Object)

    the current value of read_date



7
8
9
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7

def read_date
  @read_date
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



7
8
9
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7

def size
  @size
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/mechanize/http/content_disposition_parser.rb', line 7

def type
  @type
end