Class: Contact

Inherits:
Struct
  • Object
show all
Defined in:
lib/glimmer-dsl-web/samples/hello/hello_form_mvp/models/contact.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



1
2
3
# File 'lib/glimmer-dsl-web/samples/hello/hello_form_mvp/models/contact.rb', line 1

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



1
2
3
# File 'lib/glimmer-dsl-web/samples/hello/hello_form_mvp/models/contact.rb', line 1

def name
  @name
end