Method: SDM::PeeringGroupGetResponse#initialize

Defined in:
lib/models/porcelain.rb

#initialize(meta: nil, peering_group: nil, rate_limit: nil) ⇒ PeeringGroupGetResponse

Returns a new instance of PeeringGroupGetResponse.



6447
6448
6449
6450
6451
6452
6453
6454
6455
# File 'lib/models/porcelain.rb', line 6447

def initialize(
  meta: nil,
  peering_group: nil,
  rate_limit: nil
)
  @meta = meta == nil ? nil : meta
  @peering_group = peering_group == nil ? nil : peering_group
  @rate_limit = rate_limit == nil ? nil : rate_limit
end