Class: WerckerAPI::Application
- Inherits:
-
Object
- Object
- WerckerAPI::Application
show all
- Defined in:
- lib/wercker_api/application.rb,
lib/wercker_api/application/build.rb,
lib/wercker_api/application/deploy.rb,
lib/wercker_api/application/build_collection.rb,
lib/wercker_api/application/deploy_collection.rb
Defined Under Namespace
Classes: Build, BuildCollection, Deploy, DeployCollection
Constant Summary
collapse
- INDEX =
-> (version, username) { "/api/#{version}/applications/#{username}" }
- SHOW =
-> (version, username, application) { "/api/#{version}/applications/#{username}/#{application}" }
Instance Method Summary
collapse
Instance Method Details
#allowed_actions ⇒ Object
81
82
83
|
# File 'lib/wercker_api/application.rb', line 81
def allowed_actions
allowedActions
end
|
#badge_key ⇒ Object
69
70
71
|
# File 'lib/wercker_api/application.rb', line 69
def badge_key
badgeKey
end
|
#created_at ⇒ Object
73
74
75
|
# File 'lib/wercker_api/application.rb', line 73
def created_at
createdAt
end
|
#updated_at ⇒ Object
77
78
79
|
# File 'lib/wercker_api/application.rb', line 77
def updated_at
updatedAt
end
|