class RouteNGNClient::Account
Attributes
inbound_end_point_groups[RW]
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
# File lib/routengn_client/models/account.rb, line 16 def initialize(attributes = {}) super @inbound_end_point_groups ||= [] end