Class: RouteNGNClient::Account
- Inherits:
-
RemoteModel
- Object
- Model
- RemoteModel
- RouteNGNClient::Account
- Defined in:
- lib/routengn_client/models/account.rb
Direct Known Subclasses
Constant Summary
Constants inherited from RemoteModel
RemoteModel::DEFAULT_RESOURCE_ATTRIBUTES
Instance Attribute Summary collapse
-
#inbound_end_point_groups ⇒ Object
Returns the value of attribute inbound_end_point_groups.
Attributes included from RemoteModel::ClassMethods
Attributes inherited from Model
#attributes, #request_account_id
Attributes included from Model::ClassMethods
#children, #only_children, #parents
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Account
constructor
A new instance of Account.
Methods included from RemoteModel::ClassMethods
#all, #collection_name, #create!, #find, #index_method, #path_base, #path_ext, #set_resource_attributes, #where
Methods inherited from Model
Methods included from Model::ClassMethods
#belongs_to, #from_hash, #from_json, #has_many, #has_one
Methods included from Logging
Constructor Details
#initialize(attributes = {}) ⇒ Account
Returns a new instance of Account.
16 17 18 19 20 |
# File 'lib/routengn_client/models/account.rb', line 16 def initialize(attributes = {}) super @inbound_end_point_groups ||= [] end |
Instance Attribute Details
#inbound_end_point_groups ⇒ Object
Returns the value of attribute inbound_end_point_groups.
14 15 16 |
# File 'lib/routengn_client/models/account.rb', line 14 def inbound_end_point_groups @inbound_end_point_groups end |