Class: Capistrano::Alice::Configuration
- Inherits:
-
Object
- Object
- Capistrano::Alice::Configuration
- Defined in:
- lib/capistrano-alice.rb
Instance Attribute Summary collapse
-
#alice_host ⇒ Object
Returns the value of attribute alice_host.
-
#alice_port ⇒ Object
Returns the value of attribute alice_port.
-
#application ⇒ Object
Returns the value of attribute application.
Instance Attribute Details
#alice_host ⇒ Object
Returns the value of attribute alice_host.
12 13 14 |
# File 'lib/capistrano-alice.rb', line 12 def alice_host @alice_host end |
#alice_port ⇒ Object
Returns the value of attribute alice_port.
13 14 15 |
# File 'lib/capistrano-alice.rb', line 13 def alice_port @alice_port end |
#application ⇒ Object
Returns the value of attribute application.
14 15 16 |
# File 'lib/capistrano-alice.rb', line 14 def application @application end |