Module: Destiny

Defined in:
lib/destiny/client.rb,
lib/destiny/account.rb,
lib/destiny/version.rb,
lib/destiny/membership_type.rb

Overview

The Destiny module namespaces all functionality which interacts with the Bungie API for Destiny (video game for PS3, PS4, Xbox 360, and Xbox One)

Defined Under Namespace

Classes: Account, Client

Constant Summary collapse

VERSION =
'0.0.1'
MEMBERSHIP_TYPES =
{
  xbox_live: 1,
  psn: 2
}