Class: CorePro::Models::CustomerPhone
- Defined in:
- lib/corepro/models/customer_phone.rb
Instance Attribute Summary collapse
-
#isActive ⇒ Object
Returns the value of attribute isActive.
-
#number ⇒ Object
Returns the value of attribute number.
-
#phoneType ⇒ Object
Returns the value of attribute phoneType.
Method Summary
Methods inherited from JsonBase
#from_json!, #is_hash?, #to_hash, #to_json
Instance Attribute Details
#isActive ⇒ Object
Returns the value of attribute isActive.
8 9 10 |
# File 'lib/corepro/models/customer_phone.rb', line 8 def isActive @isActive end |
#number ⇒ Object
Returns the value of attribute number.
7 8 9 |
# File 'lib/corepro/models/customer_phone.rb', line 7 def number @number end |
#phoneType ⇒ Object
Returns the value of attribute phoneType.
6 7 8 |
# File 'lib/corepro/models/customer_phone.rb', line 6 def phoneType @phoneType end |