Class: BlossomApi::Project
- Inherits:
-
Object
- Object
- BlossomApi::Project
- Includes:
- Card
- Defined in:
- lib/blossom_api/project.rb,
lib/blossom_api/project/card.rb
Defined Under Namespace
Modules: Card
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Project
constructor
A new instance of Project.
Methods included from Card
Constructor Details
#initialize(options = {}) ⇒ Project
Returns a new instance of Project.
5 6 7 8 9 |
# File 'lib/blossom_api/project.rb', line 5 def initialize( = {}) @organization_id = [:organization_id] @project_id = [:project_id] @access_token = [:access_token] end |