Module: Pushfile

Defined in:
lib/pushfile.rb,
lib/pushfile/data.rb,
lib/pushfile/util.rb,
lib/pushfile/resize.rb,
lib/pushfile/upload.rb,
lib/providers/amazon.rb,
lib/providers/rackspace.rb

Overview

Pushfile Cloud File Upload with Image Resizing @homepage: github.com/fugroup/pushfile @author: Vidar <[email protected]>, Fugroup Ltd. @license: MIT, contributions are welcome.

Defined Under Namespace

Modules: Amazon, Data, Rackspace, Resize, Util Classes: Upload

Class Attribute Summary collapse

Class Attribute Details

.debugObject

Returns the value of attribute debug.



12
13
14
# File 'lib/pushfile.rb', line 12

def debug
  @debug
end

.modeObject

Returns the value of attribute mode.



12
13
14
# File 'lib/pushfile.rb', line 12

def mode
  @mode
end

.providerObject

Returns the value of attribute provider.



12
13
14
# File 'lib/pushfile.rb', line 12

def provider
  @provider
end

.settingsObject

Returns the value of attribute settings.



12
13
14
# File 'lib/pushfile.rb', line 12

def settings
  @settings
end