Class: Bright::Contact

Inherits:
Model show all
Defined in:
lib/bright/contact.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from Model

#assign_attributes, #initialize, #to_json

Constructor Details

This class inherits a constructor from Bright::Model

Instance Attribute Details

#addressesObject

Returns the value of attribute addresses.



15
16
17
# File 'lib/bright/contact.rb', line 15

def addresses
  @addresses
end

#email_addressObject

Returns the value of attribute email_address.



15
16
17
# File 'lib/bright/contact.rb', line 15

def email_address
  @email_address
end

#phone_numbersObject

Returns the value of attribute phone_numbers.



15
16
17
# File 'lib/bright/contact.rb', line 15

def phone_numbers
  @phone_numbers
end

Class Method Details

.attribute_namesObject



11
12
13
# File 'lib/bright/contact.rb', line 11

def self.attribute_names
  @attribute_names
end