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



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

def content
  @content
end

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



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

def content_type
  @content_type
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



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

def file_name
  @file_name
end