Class: NoyoFulfillment::Contact
- Inherits:
-
ApiResource
- Object
- BaseModel
- ApiResource
- NoyoFulfillment::Contact
- Includes:
- Mixins::NestedUnder
- Defined in:
- lib/noyo_fulfillment/models/contact.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#group_id ⇒ Object
Returns the value of attribute group_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#title ⇒ Object
Returns the value of attribute title.
-
#types ⇒ Object
Returns the value of attribute types.
-
#version ⇒ Object
Returns the value of attribute version.
Method Summary
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
#email ⇒ Object
Returns the value of attribute email.
6 7 8 |
# File 'lib/noyo_fulfillment/models/contact.rb', line 6 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
6 7 8 |
# File 'lib/noyo_fulfillment/models/contact.rb', line 6 def first_name @first_name end |
#group_id ⇒ Object
Returns the value of attribute group_id.
6 7 8 |
# File 'lib/noyo_fulfillment/models/contact.rb', line 6 def group_id @group_id end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/noyo_fulfillment/models/contact.rb', line 6 def id @id end |
#last_name ⇒ Object
Returns the value of attribute last_name.
6 7 8 |
# File 'lib/noyo_fulfillment/models/contact.rb', line 6 def last_name @last_name end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
6 7 8 |
# File 'lib/noyo_fulfillment/models/contact.rb', line 6 def phone_number @phone_number end |
#title ⇒ Object
Returns the value of attribute title.
6 7 8 |
# File 'lib/noyo_fulfillment/models/contact.rb', line 6 def title @title end |
#types ⇒ Object
Returns the value of attribute types.
6 7 8 |
# File 'lib/noyo_fulfillment/models/contact.rb', line 6 def types @types end |
#version ⇒ Object
Returns the value of attribute version.
6 7 8 |
# File 'lib/noyo_fulfillment/models/contact.rb', line 6 def version @version end |