Class: HelloCustomShell::Email
- Inherits:
-
Struct
- Object
- Struct
- HelloCustomShell::Email
- Defined in:
- lib/glimmer-dsl-opal/samples/hello/hello_custom_shell.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#from ⇒ Object
Returns the value of attribute from.
-
#message ⇒ Object
Returns the value of attribute message.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
92 93 94 |
# File 'lib/glimmer-dsl-opal/samples/hello/hello_custom_shell.rb', line 92 def date @date end |
#from ⇒ Object
Returns the value of attribute from
92 93 94 |
# File 'lib/glimmer-dsl-opal/samples/hello/hello_custom_shell.rb', line 92 def from @from end |
#message ⇒ Object
Returns the value of attribute message
92 93 94 |
# File 'lib/glimmer-dsl-opal/samples/hello/hello_custom_shell.rb', line 92 def @message end |
#subject ⇒ Object
Returns the value of attribute subject
92 93 94 |
# File 'lib/glimmer-dsl-opal/samples/hello/hello_custom_shell.rb', line 92 def subject @subject end |