Module: Deploy
- Defined in:
- lib/deploy.rb,
lib/deploy/cli.rb,
lib/deploy/base.rb,
lib/deploy/errors.rb,
lib/deploy/server.rb,
lib/deploy/project.rb,
lib/deploy/request.rb,
lib/deploy/version.rb,
lib/deploy/deployment.rb,
lib/deploy/server_group.rb,
lib/deploy/deployment_tap.rb,
lib/deploy/deployment_status_poll.rb
Defined Under Namespace
Modules: Errors Classes: Base, CLI, Deployment, DeploymentStatusPoll, DeploymentTap, Error, Project, Request, Server, ServerGroup
Constant Summary collapse
- VERSION =
"1.3.2"
Class Attribute Summary collapse
-
.api_key ⇒ Object
API key for the user you wish to authenticate with.
-
.email ⇒ Object
E-Mail address you wish to authenticate with.
-
.site ⇒ Object
Domain which you wish to access (e.g. atech.deployhq.com).
Class Attribute Details
.api_key ⇒ Object
API key for the user you wish to authenticate with
33 34 35 |
# File 'lib/deploy.rb', line 33 def api_key @api_key end |
.email ⇒ Object
E-Mail address you wish to authenticate with
31 32 33 |
# File 'lib/deploy.rb', line 31 def email @email end |
.site ⇒ Object
Domain which you wish to access (e.g. atech.deployhq.com)
29 30 31 |
# File 'lib/deploy.rb', line 29 def site @site end |