Class: Capistrano::Configuration::Role

Inherits:
Struct
  • Object
show all
Defined in:
lib/capistrano/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



11
12
13
# File 'lib/capistrano/configuration.rb', line 11

def host
  @host
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



11
12
13
# File 'lib/capistrano/configuration.rb', line 11

def options
  @options
end