Module: OpsworksHelpers::OpsworksClient

Included in:
OpsworksResource
Defined in:
lib/opsworks_helpers/opsworks_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_id=(value) ⇒ Object

Sets the attribute app_id

Parameters:

  • value

    the value to set the attribute app_id to.



4
5
6
# File 'lib/opsworks_helpers/opsworks_client.rb', line 4

def app_id=(value)
  @app_id = value
end

#stack_id=(value) ⇒ Object

Sets the attribute stack_id

Parameters:

  • value

    the value to set the attribute stack_id to.



4
5
6
# File 'lib/opsworks_helpers/opsworks_client.rb', line 4

def stack_id=(value)
  @stack_id = value
end