Class: Threatstack::Event
- Inherits:
-
Object
- Object
- Threatstack::Event
- Includes:
- Serializable
- Defined in:
- lib/threatstack/entities/event.rb
Instance Attribute Summary
Attributes included from Serializable
Instance Method Summary collapse
Methods included from Serializable
#attrs, included, #initialize, #method_missing
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Threatstack::Serializable
Instance Method Details
#user_identity ⇒ Object
9 10 11 |
# File 'lib/threatstack/entities/event.rb', line 9 def user_identity UserIdentity.new(raw['userIdentity']) end |