Class: Address2

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cityObject

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

#nameObject

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

#stateObject

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

#streetObject

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

#textObject

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

#zipObject

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