Class: Middleman::DeployWithNotifications::Options
- Inherits:
-
Struct
- Object
- Struct
- Middleman::DeployWithNotifications::Options
- Defined in:
- lib/middleman-deploy-with-notifications/extension.rb
Instance Attribute Summary collapse
-
#after_build ⇒ Object
Returns the value of attribute after_build.
-
#airbrake_api_key ⇒ Object
Returns the value of attribute airbrake_api_key.
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#clean ⇒ Object
Returns the value of attribute clean.
-
#deploy_user ⇒ Object
Returns the value of attribute deploy_user.
-
#git_branch ⇒ Object
Returns the value of attribute git_branch.
-
#git_comment ⇒ Object
Returns the value of attribute git_comment.
-
#github_project ⇒ Object
Returns the value of attribute github_project.
-
#github_user ⇒ Object
Returns the value of attribute github_user.
-
#hipchat_rooms ⇒ Object
Returns the value of attribute hipchat_rooms.
-
#hipchat_token ⇒ Object
Returns the value of attribute hipchat_token.
-
#host ⇒ Object
Returns the value of attribute host.
-
#method ⇒ Object
Returns the value of attribute method.
-
#password ⇒ Object
Returns the value of attribute password.
-
#path ⇒ Object
Returns the value of attribute path.
-
#port ⇒ Object
Returns the value of attribute port.
-
#remote ⇒ Object
Returns the value of attribute remote.
-
#revision ⇒ Object
Returns the value of attribute revision.
-
#revision_short ⇒ Object
Returns the value of attribute revision_short.
-
#user ⇒ Object
Returns the value of attribute user.
-
#whatisthis ⇒ Object
Returns the value of attribute whatisthis.
Instance Attribute Details
#after_build ⇒ Object
Returns the value of attribute after_build
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def after_build @after_build end |
#airbrake_api_key ⇒ Object
Returns the value of attribute airbrake_api_key
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def airbrake_api_key @airbrake_api_key end |
#branch ⇒ Object
Returns the value of attribute branch
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def branch @branch end |
#clean ⇒ Object
Returns the value of attribute clean
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def clean @clean end |
#deploy_user ⇒ Object
Returns the value of attribute deploy_user
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def deploy_user @deploy_user end |
#git_branch ⇒ Object
Returns the value of attribute git_branch
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def git_branch @git_branch end |
#git_comment ⇒ Object
Returns the value of attribute git_comment
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def git_comment @git_comment end |
#github_project ⇒ Object
Returns the value of attribute github_project
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def github_project @github_project end |
#github_user ⇒ Object
Returns the value of attribute github_user
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def github_user @github_user end |
#hipchat_rooms ⇒ Object
Returns the value of attribute hipchat_rooms
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def hipchat_rooms @hipchat_rooms end |
#hipchat_token ⇒ Object
Returns the value of attribute hipchat_token
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def hipchat_token @hipchat_token end |
#host ⇒ Object
Returns the value of attribute host
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def host @host end |
#method ⇒ Object
Returns the value of attribute method
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def method @method end |
#password ⇒ Object
Returns the value of attribute password
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def password @password end |
#path ⇒ Object
Returns the value of attribute path
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def path @path end |
#port ⇒ Object
Returns the value of attribute port
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def port @port end |
#remote ⇒ Object
Returns the value of attribute remote
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def remote @remote end |
#revision ⇒ Object
Returns the value of attribute revision
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def revision @revision end |
#revision_short ⇒ Object
Returns the value of attribute revision_short
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def revision_short @revision_short end |
#user ⇒ Object
Returns the value of attribute user
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def user @user end |
#whatisthis ⇒ Object
Returns the value of attribute whatisthis
8 9 10 |
# File 'lib/middleman-deploy-with-notifications/extension.rb', line 8 def whatisthis @whatisthis end |