Module: CubeSmart

Defined in:
lib/cubesmart.rb,
lib/cubesmart/cli.rb,
lib/cubesmart/link.rb,
lib/cubesmart/crawl.rb,
lib/cubesmart/price.rb,
lib/cubesmart/rates.rb,
lib/cubesmart/config.rb,
lib/cubesmart/address.rb,
lib/cubesmart/crawler.rb,
lib/cubesmart/geocode.rb,
lib/cubesmart/sitemap.rb,
lib/cubesmart/version.rb,
lib/cubesmart/facility.rb,
lib/cubesmart/features.rb,
lib/cubesmart/dimensions.rb,
lib/cubesmart/fetch_error.rb

Overview

An interface for CubeSmart.

Defined Under Namespace

Classes: Address, CLI, Config, Crawl, Crawler, Dimensions, Error, Facility, Features, FetchError, Geocode, Link, Price, Rates, Sitemap

Constant Summary collapse

VERSION =
'1.0.0'

Class Method Summary collapse

Class Method Details

.configConfig

Returns:



17
18
19
# File 'lib/cubesmart.rb', line 17

def self.config
  @config ||= Config.new
end

.configure {|config| ... } ⇒ Object

Yields:

Yield Parameters:



23
24
25
# File 'lib/cubesmart.rb', line 23

def self.configure
  yield config
end