Class: Address2
- Inherits:
-
Object
- Object
- Address2
- Defined in:
- lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb
Overview
Note: named Address2 to avoid conflicting with other samples if loaded together
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#name ⇒ Object
Returns the value of attribute name.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street ⇒ Object
Returns the value of attribute street.
-
#text ⇒ Object
Returns the value of attribute text.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
27 28 29 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb', line 27 def city @city end |
#name ⇒ Object
Returns the value of attribute name.
27 28 29 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb', line 27 def name @name end |
#state ⇒ Object
Returns the value of attribute state.
27 28 29 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb', line 27 def state @state end |
#street ⇒ Object
Returns the value of attribute street.
27 28 29 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb', line 27 def street @street end |
#text ⇒ Object
Returns the value of attribute text.
26 27 28 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb', line 26 def text @text end |
#zip ⇒ Object
Returns the value of attribute zip.
27 28 29 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb', line 27 def zip @zip end |