Module: Bunny
- Defined in:
- lib/bunny.rb,
lib/bunny/error.rb,
lib/bunny/client.rb,
lib/bunny/object.rb,
lib/bunny/version.rb,
lib/bunny/collection.rb,
lib/bunny/edge/client.rb,
lib/bunny/models/zone.rb,
lib/bunny/configuration.rb,
lib/bunny/models/record.rb,
lib/bunny/models/region.rb,
lib/bunny/models/country.rb,
lib/bunny/models/pull_zone.rb,
lib/bunny/edge/models/upload.rb,
lib/bunny/models/storage_zone.rb,
lib/bunny/models/video_library.rb,
lib/bunny/models/zone_statistic.rb
Defined Under Namespace
Modules: Edge
Classes: Client, Collection, Configuration, Country, Error, Object, PullZone, Record, Region, StorageZone, VideoLibrary, Zone, ZoneStatistic
Constant Summary
collapse
- VERSION =
"0.1.1"
Class Attribute Summary collapse
Class Method Summary
collapse
Class Attribute Details
22
23
24
|
# File 'lib/bunny.rb', line 22
def self.config
@config ||= Bunny::Configuration.new
end
|
Class Method Details
18
19
20
|
# File 'lib/bunny.rb', line 18
def self.configure
yield(config) if block_given?
end
|