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.
585 586 587 588 |
# File 'lib/hookbridge/types.rb', line 585 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.
583 584 585 |
# File 'lib/hookbridge/types.rb', line 583 def api_keys @api_keys end |
#users ⇒ Object (readonly)
Returns the value of attribute users.
583 584 585 |
# File 'lib/hookbridge/types.rb', line 583 def users @users end |