Class: Kanal::Interfaces::Pachka::Helpers::PachkaApi::UploadedFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanal/interfaces/pachka/helpers/pachka_api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_keyObject

Returns the value of attribute file_key

Returns:

  • (Object)

    the current value of file_key



19
20
21
# File 'lib/kanal/interfaces/pachka/helpers/pachka_api.rb', line 19

def file_key
  @file_key
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



19
20
21
# File 'lib/kanal/interfaces/pachka/helpers/pachka_api.rb', line 19

def file_name
  @file_name
end

#file_sizeObject

Returns the value of attribute file_size

Returns:

  • (Object)

    the current value of file_size



19
20
21
# File 'lib/kanal/interfaces/pachka/helpers/pachka_api.rb', line 19

def file_size
  @file_size
end

#file_typeObject

Returns the value of attribute file_type

Returns:

  • (Object)

    the current value of file_type



19
20
21
# File 'lib/kanal/interfaces/pachka/helpers/pachka_api.rb', line 19

def file_type
  @file_type
end