Class: Humidifier::OpsWorks::App
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::OpsWorks::App resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#app_source ⇒ Object
returns the AppSource property.
-
#app_source=(value) ⇒ Object
sets the AppSource property (Structure).
-
#attributes ⇒ Object
returns the Attributes property.
-
#attributes=(value) ⇒ Object
sets the Attributes property (Map).
-
#data_sources ⇒ Object
returns the DataSources property.
-
#data_sources=(value) ⇒ Object
sets the DataSources property (List).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#domains ⇒ Object
returns the Domains property.
-
#domains=(value) ⇒ Object
sets the Domains property (List).
-
#enable_ssl ⇒ Object
returns the EnableSsl property.
-
#enable_ssl=(value) ⇒ Object
sets the EnableSsl property (Boolean).
-
#environment ⇒ Object
returns the Environment property.
-
#environment=(value) ⇒ Object
sets the Environment property (List).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#shortname ⇒ Object
returns the Shortname property.
-
#shortname=(value) ⇒ Object
sets the Shortname property (String).
-
#ssl_configuration ⇒ Object
returns the SslConfiguration property.
-
#ssl_configuration=(value) ⇒ Object
sets the SslConfiguration property (Structure).
-
#stack_id ⇒ Object
returns the StackId property.
-
#stack_id=(value) ⇒ Object
sets the StackId property (String).
-
#type ⇒ Object
returns the Type property.
-
#type=(value) ⇒ Object
sets the Type property (String).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#app_source ⇒ Object
returns the AppSource property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def app_source properties['app_source'] end |
#app_source=(value) ⇒ Object
sets the AppSource property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def app_source=(value) update_property('app_source', value) end |
#attributes ⇒ Object
returns the Attributes property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def attributes properties['attributes'] end |
#attributes=(value) ⇒ Object
sets the Attributes property (Map)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def attributes=(value) update_property('attributes', value) end |
#data_sources ⇒ Object
returns the DataSources property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def data_sources properties['data_sources'] end |
#data_sources=(value) ⇒ Object
sets the DataSources property (List)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def data_sources=(value) update_property('data_sources', value) end |
#description ⇒ Object
returns the Description property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def description=(value) update_property('description', value) end |
#domains ⇒ Object
returns the Domains property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def domains properties['domains'] end |
#domains=(value) ⇒ Object
sets the Domains property (List)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def domains=(value) update_property('domains', value) end |
#enable_ssl ⇒ Object
returns the EnableSsl property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def enable_ssl properties['enable_ssl'] end |
#enable_ssl=(value) ⇒ Object
sets the EnableSsl property (Boolean)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def enable_ssl=(value) update_property('enable_ssl', value) end |
#environment ⇒ Object
returns the Environment property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def environment properties['environment'] end |
#environment=(value) ⇒ Object
sets the Environment property (List)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def environment=(value) update_property('environment', value) end |
#name ⇒ Object
returns the Name property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def name=(value) update_property('name', value) end |
#shortname ⇒ Object
returns the Shortname property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def shortname properties['shortname'] end |
#shortname=(value) ⇒ Object
sets the Shortname property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def shortname=(value) update_property('shortname', value) end |
#ssl_configuration ⇒ Object
returns the SslConfiguration property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def ssl_configuration properties['ssl_configuration'] end |
#ssl_configuration=(value) ⇒ Object
sets the SslConfiguration property (Structure)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def ssl_configuration=(value) update_property('ssl_configuration', value) end |
#stack_id ⇒ Object
returns the StackId property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def stack_id properties['stack_id'] end |
#stack_id=(value) ⇒ Object
sets the StackId property (String)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def stack_id=(value) update_property('stack_id', value) end |
#type ⇒ Object
returns the Type property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def type properties['type'] end |
#type=(value) ⇒ Object
sets the Type property (String)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def type=(value) update_property('type', value) end |