Class: NoyoFulfillment::GroupPlans::LongTermDisability
- Inherits:
-
Base
- Object
- BaseModel
- ApiResource
- Base
- NoyoFulfillment::GroupPlans::LongTermDisability
- Defined in:
- lib/noyo_fulfillment/models/group_plans/long_term_disability.rb
Instance Attribute Summary collapse
-
#plan_type ⇒ Object
Returns the value of attribute plan_type.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from Base
#code, #created, #group_enrollment_id, #id, #name, #version
Method Summary
Methods inherited from Base
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_path_name, 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
#plan_type ⇒ Object
Returns the value of attribute plan_type.
4 5 6 |
# File 'lib/noyo_fulfillment/models/group_plans/long_term_disability.rb', line 4 def plan_type @plan_type end |
#status ⇒ Object
Returns the value of attribute status.
4 5 6 |
# File 'lib/noyo_fulfillment/models/group_plans/long_term_disability.rb', line 4 def status @status end |