Method: SDM::PeeringGroupNodes#initialize

Defined in:
lib/svc.rb

#initialize(channel, parent) ⇒ PeeringGroupNodes

Returns a new instance of PeeringGroupNodes.



3387
3388
3389
3390
3391
3392
3393
3394
# File 'lib/svc.rb', line 3387

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