Class: NoyoFulfillment::GroupPlans::Base
- Inherits:
-
ApiResource
- Object
- BaseModel
- ApiResource
- NoyoFulfillment::GroupPlans::Base
- Includes:
- Mixins::NestedUnder
- Defined in:
- lib/noyo_fulfillment/models/group_plans/base.rb
Direct Known Subclasses
ADD, Dental, Life, LongTermDisability, Medical, ShortTermDisability, Vision
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#created ⇒ Object
Returns the value of attribute created.
-
#group_enrollment_id ⇒ Object
Returns the value of attribute group_enrollment_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Class Method Summary collapse
Methods included from Mixins::NestedUnder
Methods inherited from ApiResource
all, authenticate, #create, #create_hash, #create_url, find, get_body, handle_unauthenticated, headers, #initialize, perform_request_authenticated, resource_url, #resource_url, #single_resource_url, single_resource_url
Methods included from NoyoApi::Client::UserAgent
Methods inherited from BaseModel
#==, #attributes, class_name, #excluded_attributes, #initialize, #inspect, #synced_attributes, #to_h, #update_attrs
Constructor Details
This class inherits a constructor from NoyoFulfillment::ApiResource
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
7 8 9 |
# File 'lib/noyo_fulfillment/models/group_plans/base.rb', line 7 def code @code end |
#created ⇒ Object
Returns the value of attribute created.
7 8 9 |
# File 'lib/noyo_fulfillment/models/group_plans/base.rb', line 7 def created @created end |
#group_enrollment_id ⇒ Object
Returns the value of attribute group_enrollment_id.
7 8 9 |
# File 'lib/noyo_fulfillment/models/group_plans/base.rb', line 7 def group_enrollment_id @group_enrollment_id end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/noyo_fulfillment/models/group_plans/base.rb', line 7 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/noyo_fulfillment/models/group_plans/base.rb', line 7 def name @name end |
#version ⇒ Object
Returns the value of attribute version.
7 8 9 |
# File 'lib/noyo_fulfillment/models/group_plans/base.rb', line 7 def version @version end |
Class Method Details
.resource_path_name ⇒ Object
17 18 19 |
# File 'lib/noyo_fulfillment/models/group_plans/base.rb', line 17 def self.resource_path_name 'plans' end |