Module: ActivestorageGoogleDrive
- Defined in:
- lib/activestorage_google_drive.rb,
lib/activestorage_google_drive/version.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
"0.1.1"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
9 10 11 |
# File 'lib/activestorage_google_drive.rb', line 9 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
16 17 18 |
# File 'lib/activestorage_google_drive.rb', line 16 def self.configure yield(configuration) end |