Class: FellowshipOne::PersonCommunication
- Inherits:
-
Struct
- Object
- Struct
- FellowshipOne::PersonCommunication
- Defined in:
- lib/api/person.rb
Instance Attribute Summary collapse
-
#is_email? ⇒ Object
Returns the value of attribute is_email?.
-
#is_mobile? ⇒ Object
Returns the value of attribute is_mobile?.
-
#is_phone? ⇒ Object
Returns the value of attribute is_phone?.
-
#preferred? ⇒ Object
Returns the value of attribute preferred?.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#is_email? ⇒ Object
Returns the value of attribute 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?
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?
6 7 8 |
# File 'lib/api/person.rb', line 6
def is_phone?
@is_phone?
end
|
#preferred? ⇒ Object
Returns the value of attribute preferred?
6 7 8 |
# File 'lib/api/person.rb', line 6
def preferred?
@preferred?
end
|
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/api/person.rb', line 6 def type @type end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/api/person.rb', line 6 def value @value end |