Class: CodexNotify::MessageFormatter::Message
- Inherits:
-
Data
- Object
- Data
- CodexNotify::MessageFormatter::Message
- Defined in:
- lib/codex_notify/message_formatter.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#presentation ⇒ Object
readonly
Returns the value of attribute presentation.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
8 9 10 |
# File 'lib/codex_notify/message_formatter.rb', line 8 def body @body end |
#presentation ⇒ Object (readonly)
Returns the value of attribute presentation
8 9 10 |
# File 'lib/codex_notify/message_formatter.rb', line 8 def presentation @presentation end |
#title ⇒ Object (readonly)
Returns the value of attribute title
8 9 10 |
# File 'lib/codex_notify/message_formatter.rb', line 8 def title @title end |