Class: Trigv::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/trigv/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



10
11
12
# File 'lib/trigv/client.rb', line 10

def event_type
  @event_type
end

#event_uuidObject

Returns the value of attribute event_uuid

Returns:

  • (Object)

    the current value of event_uuid



10
11
12
# File 'lib/trigv/client.rb', line 10

def event_uuid
  @event_uuid
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



10
11
12
# File 'lib/trigv/client.rb', line 10

def level
  @level
end

#public_idObject

Returns the value of attribute public_id

Returns:

  • (Object)

    the current value of public_id



10
11
12
# File 'lib/trigv/client.rb', line 10

def public_id
  @public_id
end

#received_atObject

Returns the value of attribute received_at

Returns:

  • (Object)

    the current value of received_at



10
11
12
# File 'lib/trigv/client.rb', line 10

def received_at
  @received_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



10
11
12
# File 'lib/trigv/client.rb', line 10

def status
  @status
end

#target_device_countObject

Returns the value of attribute target_device_count

Returns:

  • (Object)

    the current value of target_device_count



10
11
12
# File 'lib/trigv/client.rb', line 10

def target_device_count
  @target_device_count
end