Class: NoyoFulfillment::Contact

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

Instance Attribute Summary collapse

Method Summary

Methods included from Mixins::NestedUnder

included

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

#emailObject

Returns the value of attribute email.



6
7
8
# File 'lib/noyo_fulfillment/models/contact.rb', line 6

def email
  @email
end

#first_nameObject

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_idObject

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

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/noyo_fulfillment/models/contact.rb', line 6

def id
  @id
end

#last_nameObject

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_numberObject

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

#titleObject

Returns the value of attribute title.



6
7
8
# File 'lib/noyo_fulfillment/models/contact.rb', line 6

def title
  @title
end

#typesObject

Returns the value of attribute types.



6
7
8
# File 'lib/noyo_fulfillment/models/contact.rb', line 6

def types
  @types
end

#versionObject

Returns the value of attribute version.



6
7
8
# File 'lib/noyo_fulfillment/models/contact.rb', line 6

def version
  @version
end