Class: StytchB2B::SCIM

Inherits:
Object
  • Object
show all
Includes:
Stytch::RequestHelper
Defined in:
lib/stytch/b2b_scim.rb

Defined Under Namespace

Classes: Connections

Instance Attribute Summary collapse

Instance Method Summary collapse

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

  @connections = StytchB2B::SCIM::Connections.new(@connection)
end

Instance Attribute Details

#connectionsObject (readonly)

Returns the value of attribute connections.



14
15
16
# File 'lib/stytch/b2b_scim.rb', line 14

def connections
  @connections
end