Class: Trigv::Event
- Inherits:
-
Struct
- Object
- Struct
- Trigv::Event
- Defined in:
- lib/trigv/client.rb
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#event_uuid ⇒ Object
Returns the value of attribute event_uuid.
-
#level ⇒ Object
Returns the value of attribute level.
-
#public_id ⇒ Object
Returns the value of attribute public_id.
-
#received_at ⇒ Object
Returns the value of attribute received_at.
-
#status ⇒ Object
Returns the value of attribute status.
-
#target_device_count ⇒ Object
Returns the value of attribute target_device_count.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
10 11 12 |
# File 'lib/trigv/client.rb', line 10 def event_type @event_type end |
#event_uuid ⇒ Object
Returns the value of attribute event_uuid
10 11 12 |
# File 'lib/trigv/client.rb', line 10 def event_uuid @event_uuid end |
#level ⇒ Object
Returns the value of attribute level
10 11 12 |
# File 'lib/trigv/client.rb', line 10 def level @level end |
#public_id ⇒ Object
Returns the value of attribute public_id
10 11 12 |
# File 'lib/trigv/client.rb', line 10 def public_id @public_id end |
#received_at ⇒ Object
Returns the value of attribute received_at
10 11 12 |
# File 'lib/trigv/client.rb', line 10 def received_at @received_at end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/trigv/client.rb', line 10 def status @status end |
#target_device_count ⇒ Object
Returns the value of attribute target_device_count
10 11 12 |
# File 'lib/trigv/client.rb', line 10 def target_device_count @target_device_count end |