Class: FellowshipOne::PersonCommunication

Inherits:
Struct
  • Object
show all
Defined in:
lib/api/person.rb

Instance Attribute Summary collapse

Instance Attribute Details

#is_email?Object

Returns the value of attribute is_email?

Returns:

  • (Object)

    the current value of is_email?



6
7
8
# File 'lib/api/person.rb', line 6

def is_email?
  @is_email?
end

#is_mobile?Object

Returns the value of attribute is_mobile?

Returns:

  • (Object)

    the current value of is_mobile?



6
7
8
# File 'lib/api/person.rb', line 6

def is_mobile?
  @is_mobile?
end

#is_phone?Object

Returns the value of attribute is_phone?

Returns:

  • (Object)

    the current value of is_phone?



6
7
8
# File 'lib/api/person.rb', line 6

def is_phone?
  @is_phone?
end

#preferred?Object

Returns the value of attribute preferred?

Returns:

  • (Object)

    the current value of preferred?



6
7
8
# File 'lib/api/person.rb', line 6

def preferred?
  @preferred?
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



6
7
8
# File 'lib/api/person.rb', line 6

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/api/person.rb', line 6

def value
  @value
end