Class: Lockbox::IO

Inherits:
StringIO
  • Object
show all
Defined in:
lib/lockbox/io.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeObject

Returns the value of attribute content_type.



3
4
5
# File 'lib/lockbox/io.rb', line 3

def content_type
  @content_type
end

#extracted_content_typeObject

private: do not use



6
7
8
# File 'lib/lockbox/io.rb', line 6

def extracted_content_type
  @extracted_content_type
end

#original_filenameObject

Returns the value of attribute original_filename.



3
4
5
# File 'lib/lockbox/io.rb', line 3

def original_filename
  @original_filename
end