Class: Contact
- Inherits:
-
Struct
- Object
- Struct
- Contact
- Defined in:
- lib/glimmer-dsl-web/samples/hello/hello_form_mvp/models/contact.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
1 2 3 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_form_mvp/models/contact.rb', line 1 def email @email end |
#name ⇒ Object
Returns the value of attribute name
1 2 3 |
# File 'lib/glimmer-dsl-web/samples/hello/hello_form_mvp/models/contact.rb', line 1 def name @name end |