Class: Kanal::Interfaces::Pachka::Helpers::PachkaApi::UploadedFile
- Inherits:
-
Struct
- Object
- Struct
- Kanal::Interfaces::Pachka::Helpers::PachkaApi::UploadedFile
- Defined in:
- lib/kanal/interfaces/pachka/helpers/pachka_api.rb
Instance Attribute Summary collapse
-
#file_key ⇒ Object
Returns the value of attribute file_key.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#file_size ⇒ Object
Returns the value of attribute file_size.
-
#file_type ⇒ Object
Returns the value of attribute file_type.
Instance Attribute Details
#file_key ⇒ Object
Returns the value of attribute file_key
19 20 21 |
# File 'lib/kanal/interfaces/pachka/helpers/pachka_api.rb', line 19 def file_key @file_key end |
#file_name ⇒ Object
Returns the value of attribute file_name
19 20 21 |
# File 'lib/kanal/interfaces/pachka/helpers/pachka_api.rb', line 19 def file_name @file_name end |
#file_size ⇒ Object
Returns the value of attribute file_size
19 20 21 |
# File 'lib/kanal/interfaces/pachka/helpers/pachka_api.rb', line 19 def file_size @file_size end |
#file_type ⇒ Object
Returns the value of attribute file_type
19 20 21 |
# File 'lib/kanal/interfaces/pachka/helpers/pachka_api.rb', line 19 def file_type @file_type end |