Class: Resourceful::MultipartFormData::FileParamValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/resourceful/multipart_form_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



4
5
6
# File 'lib/resourceful/multipart_form_data.rb', line 4

def content
  @content
end

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



4
5
6
# File 'lib/resourceful/multipart_form_data.rb', line 4

def content_type
  @content_type
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



4
5
6
# File 'lib/resourceful/multipart_form_data.rb', line 4

def file_name
  @file_name
end