Class: Mechanize::HTTP::ContentDisposition Private

Inherits:
Struct
  • Object
show all
Defined in:
download_strategy.rbi

This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute creation_date

Returns:

  • (Object)

    the current value of creation_date



10
11
12
# File 'download_strategy.rbi', line 10

def creation_date
  @creation_date
end

#filenameObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



10
11
12
# File 'download_strategy.rbi', line 10

def filename
  @filename
end

#modification_dateObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute modification_date

Returns:

  • (Object)

    the current value of modification_date



10
11
12
# File 'download_strategy.rbi', line 10

def modification_date
  @modification_date
end

#parametersObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



10
11
12
# File 'download_strategy.rbi', line 10

def parameters
  @parameters
end

#read_dateObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute read_date

Returns:

  • (Object)

    the current value of read_date



10
11
12
# File 'download_strategy.rbi', line 10

def read_date
  @read_date
end

#sizeObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



10
11
12
# File 'download_strategy.rbi', line 10

def size
  @size
end

#typeObject

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'download_strategy.rbi', line 10

def type
  @type
end