Class: Capistrano::Alice::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/capistrano-alice.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alice_hostObject

Returns the value of attribute alice_host.



12
13
14
# File 'lib/capistrano-alice.rb', line 12

def alice_host
  @alice_host
end

#alice_portObject

Returns the value of attribute alice_port.



13
14
15
# File 'lib/capistrano-alice.rb', line 13

def alice_port
  @alice_port
end

#applicationObject

Returns the value of attribute application.



14
15
16
# File 'lib/capistrano-alice.rb', line 14

def application
  @application
end