Method: ExpressUi::Examples::Person#name
- Defined in:
- app/models/express_ui/examples/person.rb
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'app/models/express_ui/examples/person.rb', line 5 def name @name end |