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.
6 7 8 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb', line 6 def city @city end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb', line 6 def name @name end |
#state ⇒ Object
Returns the value of attribute state.
6 7 8 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb', line 6 def state @state end |
#street ⇒ Object
Returns the value of attribute street.
6 7 8 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb', line 6 def street @street end |
#text ⇒ Object
Returns the value of attribute text.
5 6 7 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb', line 5 def text @text end |
#zip ⇒ Object
Returns the value of attribute zip.
6 7 8 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_content_data_binding.rb', line 6 def zip @zip end |