Module: Eisenhower

Defined in:
lib/eisenhower.rb,
lib/eisenhower/road.rb,
lib/eisenhower/staff.rb,
lib/eisenhower/client.rb,
lib/eisenhower/roadmap.rb,
lib/eisenhower/version.rb,
lib/eisenhower/road_update.rb

Defined Under Namespace

Classes: APIError, Client, Road, RoadUpdate, Roadmap, Staff

Constant Summary collapse

VERSION =
"0.0.3"
API_VERSION =
1

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.oauth_tokenObject

Returns the value of attribute oauth_token.



15
16
17
# File 'lib/eisenhower.rb', line 15

def oauth_token
  @oauth_token
end

Class Method Details

.historyObject



21
22
23
# File 'lib/eisenhower.rb', line 21

def history
  "The Dwight D. Eisenhower National System of Interstate and Defense Highways, commonly called the Interstate Highway System or Interstate Freeway System, and colloquially abbreviated 'the Interstate', is a network of limited-access roadways (also called freeways or expressways) in the United States. It is named for President Dwight D. Eisenhower, who championed its formation."
end

.versionObject



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

def version
  VERSION
end