Class: Message
- Inherits:
-
Object
- Object
- Message
- Defined in:
- lib/ff/ruby/server/sdk/dto/message.rb
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#event ⇒ Object
Returns the value of attribute event.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ Message
constructor
A new instance of Message.
Constructor Details
#initialize ⇒ Message
Returns a new instance of Message.
5 6 7 8 9 10 11 12 |
# File 'lib/ff/ruby/server/sdk/dto/message.rb', line 5 def initialize super @event = "" @domain = "" @identifier = "" @version = 0 end |
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
3 4 5 |
# File 'lib/ff/ruby/server/sdk/dto/message.rb', line 3 def domain @domain end |
#event ⇒ Object
Returns the value of attribute event.
3 4 5 |
# File 'lib/ff/ruby/server/sdk/dto/message.rb', line 3 def event @event end |
#identifier ⇒ Object
Returns the value of attribute identifier.
3 4 5 |
# File 'lib/ff/ruby/server/sdk/dto/message.rb', line 3 def identifier @identifier end |
#version ⇒ Object
Returns the value of attribute version.
3 4 5 |
# File 'lib/ff/ruby/server/sdk/dto/message.rb', line 3 def version @version end |