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.
7117 7118 7119 7120 7121 7122 7123 7124 7125 |
# File 'lib/models/porcelain.rb', line 7117 def initialize( meta: nil, peering_group: nil, rate_limit: nil ) @meta = == nil ? nil : @peering_group = peering_group == nil ? nil : peering_group @rate_limit = rate_limit == nil ? nil : rate_limit end |