Method: SDM::PeeringGroupNodes#initialize

Defined in:
lib/svc.rb

#initialize(channel, parent) ⇒ PeeringGroupNodes

Returns a new instance of PeeringGroupNodes.



2439
2440
2441
2442
2443
2444
2445
2446
# File 'lib/svc.rb', line 2439

def initialize(channel, parent)
  begin
    @stub = V1::PeeringGroupNodes::Stub.new(nil, nil, channel_override: channel)
  rescue => exception
    raise Plumbing::convert_error_to_porcelain(exception)
  end
  @parent = parent
end