Class: Wakame::Manager::Commands::DeployConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/wakame/manager/commands.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(prop = nil) ⇒ DeployConfig

Returns a new instance of DeployConfig.



17
18
19
# File 'lib/wakame/manager/commands.rb', line 17

def initialize(prop=nil)
  @property = prop
end

Instance Attribute Details

#propertyObject (readonly)

Returns the value of attribute property.



16
17
18
# File 'lib/wakame/manager/commands.rb', line 16

def property
  @property
end