Class: RunApi::Core::MultipartFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/runapi/core/multipart_body.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



5
6
7
# File 'lib/runapi/core/multipart_body.rb', line 5

def content_type
  @content_type
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



5
6
7
# File 'lib/runapi/core/multipart_body.rb', line 5

def filename
  @filename
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



5
6
7
# File 'lib/runapi/core/multipart_body.rb', line 5

def path
  @path
end