Class: TBird::Configuration
- Inherits:
-
Object
- Object
- TBird::Configuration
- Defined in:
- lib/t_bird/configuration.rb
Class Attribute Summary collapse
-
.aws_bucket ⇒ Object
Returns the value of attribute aws_bucket.
-
.aws_key ⇒ Object
Returns the value of attribute aws_key.
-
.aws_secret ⇒ Object
Returns the value of attribute aws_secret.
-
.thumbnail_size ⇒ Object
Returns the value of attribute thumbnail_size.
Class Method Summary collapse
Class Attribute Details
.aws_bucket ⇒ Object
Returns the value of attribute aws_bucket.
7 8 9 |
# File 'lib/t_bird/configuration.rb', line 7 def aws_bucket @aws_bucket end |
.aws_key ⇒ Object
Returns the value of attribute aws_key.
7 8 9 |
# File 'lib/t_bird/configuration.rb', line 7 def aws_key @aws_key end |
.aws_secret ⇒ Object
Returns the value of attribute aws_secret.
7 8 9 |
# File 'lib/t_bird/configuration.rb', line 7 def aws_secret @aws_secret end |
.thumbnail_size ⇒ Object
Returns the value of attribute thumbnail_size.
7 8 9 |
# File 'lib/t_bird/configuration.rb', line 7 def thumbnail_size @thumbnail_size end |
Class Method Details
.configure {|_self| ... } ⇒ Object
10 11 12 |
# File 'lib/t_bird/configuration.rb', line 10 def self.configure yield self end |