Class: NoyoFulfillment::Dependent

Inherits:
ApiResource show all
Includes:
Mixins::HasPerson, Mixins::NestedUnder
Defined in:
lib/noyo_fulfillment/models/dependent.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Mixins::NestedUnder

included

Methods included from Mixins::HasPerson

#name, #person=

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

included

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

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/noyo_fulfillment/models/dependent.rb', line 9

def id
  @id
end

#relationshipObject

Returns the value of attribute relationship.



9
10
11
# File 'lib/noyo_fulfillment/models/dependent.rb', line 9

def relationship
  @relationship
end