Class: FantasticRobot::Model::Attachment::Contact

Inherits:
Base
  • Object
show all
Defined in:
lib/fantastic_robot/model/attachment/contact.rb

Overview

This object represents a phone contact.

Constant Summary

Constants inherited from Base

Base::FIELD_CONVERSIONS

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#get_file

Methods inherited from Base

#attributes, #initialize, #to_h

Constructor Details

This class inherits a constructor from FantasticRobot::Model::Base

Instance Attribute Details

#first_nameObject

Returns the value of attribute first_name.



5
6
7
# File 'lib/fantastic_robot/model/attachment/contact.rb', line 5

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



5
6
7
# File 'lib/fantastic_robot/model/attachment/contact.rb', line 5

def last_name
  @last_name
end

#phone_numberObject

Returns the value of attribute phone_number.



5
6
7
# File 'lib/fantastic_robot/model/attachment/contact.rb', line 5

def phone_number
  @phone_number
end

#user_idObject

Returns the value of attribute user_id.



5
6
7
# File 'lib/fantastic_robot/model/attachment/contact.rb', line 5

def user_id
  @user_id
end