Class: Rubber::Cloud::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/rubber/cloud/base.rb

Direct Known Subclasses

Aws

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(env, capistrano) ⇒ Base

Returns a new instance of Base.



8
9
10
11
# File 'lib/rubber/cloud/base.rb', line 8

def initialize(env, capistrano)
  @env = env
  @capistrano = capistrano
end

Instance Attribute Details

#capistranoObject (readonly)

Returns the value of attribute capistrano.



6
7
8
# File 'lib/rubber/cloud/base.rb', line 6

def capistrano
  @capistrano
end

#envObject (readonly)

Returns the value of attribute env.



6
7
8
# File 'lib/rubber/cloud/base.rb', line 6

def env
  @env
end