Class: Vzaar::Uploader
- Inherits:
-
Struct
- Object
- Struct
- Vzaar::Uploader
- Defined in:
- lib/vzaar/uploader.rb
Instance Attribute Summary collapse
-
#conn ⇒ Object
Returns the value of attribute conn.
-
#opts ⇒ Object
Returns the value of attribute opts.
-
#signature ⇒ Object
Returns the value of attribute signature.
Instance Method Summary collapse
Instance Attribute Details
#conn ⇒ Object
Returns the value of attribute conn
4 5 6 |
# File 'lib/vzaar/uploader.rb', line 4 def conn @conn end |
#opts ⇒ Object
Returns the value of attribute opts
4 5 6 |
# File 'lib/vzaar/uploader.rb', line 4 def opts @opts end |
#signature ⇒ Object
Returns the value of attribute signature
4 5 6 |
# File 'lib/vzaar/uploader.rb', line 4 def signature @signature end |
Instance Method Details
#processing_params ⇒ Object
20 21 22 |
# File 'lib/vzaar/uploader.rb', line 20 def processing_params opts.merge guid: guid end |