Class: Trigv::SendEventResult
- Inherits:
-
Struct
- Object
- Struct
- Trigv::SendEventResult
- Defined in:
- lib/trigv/client.rb
Instance Attribute Summary collapse
-
#duplicate ⇒ Object
Returns the value of attribute duplicate.
-
#event ⇒ Object
Returns the value of attribute event.
Instance Attribute Details
#duplicate ⇒ Object
Returns the value of attribute duplicate
15 16 17 |
# File 'lib/trigv/client.rb', line 15 def duplicate @duplicate end |
#event ⇒ Object
Returns the value of attribute event
15 16 17 |
# File 'lib/trigv/client.rb', line 15 def event @event end |