Class: HelloCustomShell::Email

Inherits:
Struct
  • Object
show all
Defined in:
lib/glimmer-dsl-opal/samples/hello/hello_custom_shell.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



92
93
94
# File 'lib/glimmer-dsl-opal/samples/hello/hello_custom_shell.rb', line 92

def date
  @date
end

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



92
93
94
# File 'lib/glimmer-dsl-opal/samples/hello/hello_custom_shell.rb', line 92

def from
  @from
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



92
93
94
# File 'lib/glimmer-dsl-opal/samples/hello/hello_custom_shell.rb', line 92

def message
  @message
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



92
93
94
# File 'lib/glimmer-dsl-opal/samples/hello/hello_custom_shell.rb', line 92

def subject
  @subject
end