Module: Blimp

Defined in:
lib/blimp.rb,
lib/blimp/api.rb,
lib/blimp/file.rb,
lib/blimp/goal.rb,
lib/blimp/task.rb,
lib/blimp/user.rb,
lib/blimp/comment.rb,
lib/blimp/company.rb,
lib/blimp/project.rb,
lib/blimp/version.rb,
lib/blimp/resource.rb

Defined Under Namespace

Classes: API, Comment, Company, File, Goal, Project, Resource, Task, User

Constant Summary collapse

VERSION =
'0.0.5'

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



16
17
18
# File 'lib/blimp.rb', line 16

def api_key
  @api_key
end

.app_idObject

Returns the value of attribute app_id.



16
17
18
# File 'lib/blimp.rb', line 16

def app_id
  @app_id
end

.app_secretObject

Returns the value of attribute app_secret.



16
17
18
# File 'lib/blimp.rb', line 16

def app_secret
  @app_secret
end

.usernameObject

Returns the value of attribute username.



16
17
18
# File 'lib/blimp.rb', line 16

def username
  @username
end