Class: Whoosh::ClientGen::IR::Auth
- Inherits:
-
Struct
- Object
- Struct
- Whoosh::ClientGen::IR::Auth
- Defined in:
- lib/whoosh/client_gen/ir.rb
Instance Attribute Summary collapse
-
#endpoints ⇒ Object
Returns the value of attribute endpoints.
-
#oauth_providers ⇒ Object
Returns the value of attribute oauth_providers.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type:, endpoints:, oauth_providers: []) ⇒ Auth
constructor
A new instance of Auth.
Constructor Details
#initialize(type:, endpoints:, oauth_providers: []) ⇒ Auth
Returns a new instance of Auth.
21 22 23 |
# File 'lib/whoosh/client_gen/ir.rb', line 21 def initialize(type:, endpoints:, oauth_providers: []) super end |
Instance Attribute Details
#endpoints ⇒ Object
Returns the value of attribute endpoints
20 21 22 |
# File 'lib/whoosh/client_gen/ir.rb', line 20 def endpoints @endpoints end |
#oauth_providers ⇒ Object
Returns the value of attribute oauth_providers
20 21 22 |
# File 'lib/whoosh/client_gen/ir.rb', line 20 def oauth_providers @oauth_providers end |
#type ⇒ Object
Returns the value of attribute type
20 21 22 |
# File 'lib/whoosh/client_gen/ir.rb', line 20 def type @type end |