Class: NoyoFulfillment::GroupPlans::Vision
- Inherits:
-
Base
- Object
- BaseModel
- ApiResource
- Base
- NoyoFulfillment::GroupPlans::Vision
- Defined in:
- lib/noyo_fulfillment/models/group_plans/vision.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
Returns the value of attribute status.
-
#voluntary ⇒ Object
Returns the value of attribute voluntary.
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
#status ⇒ Object
Returns the value of attribute status.
4 5 6 |
# File 'lib/noyo_fulfillment/models/group_plans/vision.rb', line 4 def status @status end |
#voluntary ⇒ Object
Returns the value of attribute voluntary.
4 5 6 |
# File 'lib/noyo_fulfillment/models/group_plans/vision.rb', line 4 def voluntary @voluntary end |