Class: GameLockerAPI::Telemetry::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/gamelocker_api/telemetry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



4
5
6
# File 'lib/gamelocker_api/telemetry.rb', line 4

def payload
  @payload
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



4
5
6
# File 'lib/gamelocker_api/telemetry.rb', line 4

def time
  @time
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/gamelocker_api/telemetry.rb', line 4

def type
  @type
end