Class: Avatari::Configuration
- Inherits:
-
Object
- Object
- Avatari::Configuration
- Defined in:
- lib/avatari/configuration.rb
Instance Attribute Summary collapse
-
#default_version ⇒ Object
Returns the value of attribute default_version.
-
#mini_magick ⇒ Object
Returns the value of attribute mini_magick.
-
#storage ⇒ Object
Returns the value of attribute storage.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
18 19 20 21 22 |
# File 'lib/avatari/configuration.rb', line 18 def initialize @default_version = :medium @mini_magick = true @storage = :fog end |
Instance Attribute Details
#default_version ⇒ Object
Returns the value of attribute default_version.
14 15 16 |
# File 'lib/avatari/configuration.rb', line 14 def default_version @default_version end |
#mini_magick ⇒ Object
Returns the value of attribute mini_magick.
15 16 17 |
# File 'lib/avatari/configuration.rb', line 15 def mini_magick @mini_magick end |
#storage ⇒ Object
Returns the value of attribute storage.
16 17 18 |
# File 'lib/avatari/configuration.rb', line 16 def storage @storage end |