Class: NoyoFulfillment::Dependent
- Inherits:
-
ApiResource
- Object
- BaseModel
- ApiResource
- NoyoFulfillment::Dependent
- Includes:
- Mixins::HasPerson, Mixins::NestedUnder
- Defined in:
- lib/noyo_fulfillment/models/dependent.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#relationship ⇒ Object
Returns the value of attribute relationship.
Method Summary
Methods included from Mixins::NestedUnder
Methods included from Mixins::HasPerson
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
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/noyo_fulfillment/models/dependent.rb', line 9 def id @id end |
#relationship ⇒ Object
Returns the value of attribute relationship.
9 10 11 |
# File 'lib/noyo_fulfillment/models/dependent.rb', line 9 def relationship @relationship end |