Class: CodexNotify::MessageFormatter::Message

Inherits:
Data
  • Object
show all
Defined in:
lib/codex_notify/message_formatter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



8
9
10
# File 'lib/codex_notify/message_formatter.rb', line 8

def body
  @body
end

#presentationObject (readonly)

Returns the value of attribute presentation

Returns:

  • (Object)

    the current value of presentation



8
9
10
# File 'lib/codex_notify/message_formatter.rb', line 8

def presentation
  @presentation
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



8
9
10
# File 'lib/codex_notify/message_formatter.rb', line 8

def title
  @title
end