class WerckerAPI::Application

Constants

INDEX
SHOW

Public Instance Methods

allowed_actions() click to toggle source
# File lib/wercker_api/application.rb, line 47
def allowed_actions
  allowedActions
end
badge_key() click to toggle source
# File lib/wercker_api/application.rb, line 35
def badge_key
  badgeKey
end
created_at() click to toggle source
# File lib/wercker_api/application.rb, line 39
def created_at
  createdAt
end
updated_at() click to toggle source
# File lib/wercker_api/application.rb, line 43
def updated_at
  updatedAt
end