Class: StytchB2B::SCIM
- Inherits:
-
Object
- Object
- StytchB2B::SCIM
- Includes:
- Stytch::RequestHelper
- Defined in:
- lib/stytch/b2b_scim.rb
Defined Under Namespace
Classes: Connection
Instance Attribute Summary collapse
-
#connection ⇒ Object
readonly
Returns the value of attribute connection.
Instance Method Summary collapse
-
#initialize(connection) ⇒ SCIM
constructor
A new instance of SCIM.
Methods included from Stytch::RequestHelper
#delete_request, #get_request, #post_request, #put_request, #request_with_query_params
Constructor Details
#initialize(connection) ⇒ SCIM
Returns a new instance of SCIM.
16 17 18 19 20 |
# File 'lib/stytch/b2b_scim.rb', line 16 def initialize(connection) @connection = connection @connection = StytchB2B::SCIM::Connection.new(@connection) end |
Instance Attribute Details
#connection ⇒ Object (readonly)
Returns the value of attribute connection.
14 15 16 |
# File 'lib/stytch/b2b_scim.rb', line 14 def connection @connection end |