Class: Lux::Response::File::OPTS

Inherits:
Struct show all
Defined in:
lib/lux/response/lib/file.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_hash

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



49
50
51
# File 'lib/lux/response/lib/file.rb', line 49

def content
  @content
end

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



49
50
51
# File 'lib/lux/response/lib/file.rb', line 49

def content_type
  @content_type
end

#dispositionObject

Returns the value of attribute disposition

Returns:

  • (Object)

    the current value of disposition



49
50
51
# File 'lib/lux/response/lib/file.rb', line 49

def disposition
  @disposition
end

#extObject

Returns the value of attribute ext

Returns:

  • (Object)

    the current value of ext



49
50
51
# File 'lib/lux/response/lib/file.rb', line 49

def ext
  @ext
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



49
50
51
# File 'lib/lux/response/lib/file.rb', line 49

def file
  @file
end

#inlineObject

Returns the value of attribute inline

Returns:

  • (Object)

    the current value of inline



49
50
51
# File 'lib/lux/response/lib/file.rb', line 49

def inline
  @inline
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



49
50
51
# File 'lib/lux/response/lib/file.rb', line 49

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



49
50
51
# File 'lib/lux/response/lib/file.rb', line 49

def path
  @path
end