Class: HookBridge::ActorLookupResult
- Inherits:
-
Object
- Object
- HookBridge::ActorLookupResult
- Defined in:
- lib/hookbridge/types.rb
Instance Attribute Summary collapse
-
#api_keys ⇒ Object
readonly
Returns the value of attribute api_keys.
-
#users ⇒ Object
readonly
Returns the value of attribute users.
Instance Method Summary collapse
-
#initialize(data) ⇒ ActorLookupResult
constructor
A new instance of ActorLookupResult.
Constructor Details
#initialize(data) ⇒ ActorLookupResult
Returns a new instance of ActorLookupResult.
597 598 599 600 |
# File 'lib/hookbridge/types.rb', line 597 def initialize(data) @users = data["users"] @api_keys = data["api_keys"] end |
Instance Attribute Details
#api_keys ⇒ Object (readonly)
Returns the value of attribute api_keys.
595 596 597 |
# File 'lib/hookbridge/types.rb', line 595 def api_keys @api_keys end |
#users ⇒ Object (readonly)
Returns the value of attribute users.
595 596 597 |
# File 'lib/hookbridge/types.rb', line 595 def users @users end |