Class: TBird::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/t_bird/configuration.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.aws_bucketObject

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_keyObject

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_secretObject

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_sizeObject

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

Yields:

  • (_self)

Yield Parameters:



10
11
12
# File 'lib/t_bird/configuration.rb', line 10

def self.configure
  yield self
end