Class: GreetingPerson
- Inherits:
-
Struct
- Object
- Struct
- GreetingPerson
- Defined in:
- lib/glimmer-dsl-web/samples/hello/hello_modal.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_modal.rb', line 5 def name @name end |