Class: CorePro::Models::CustomerPhone

Inherits:
JsonBase
  • Object
show all
Defined in:
lib/corepro/models/customer_phone.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from JsonBase

#from_json!, #is_hash?, #to_hash, #to_json

Instance Attribute Details

#isActiveObject

Returns the value of attribute isActive.



8
9
10
# File 'lib/corepro/models/customer_phone.rb', line 8

def isActive
  @isActive
end

#numberObject

Returns the value of attribute number.



7
8
9
# File 'lib/corepro/models/customer_phone.rb', line 7

def number
  @number
end

#phoneTypeObject

Returns the value of attribute phoneType.



6
7
8
# File 'lib/corepro/models/customer_phone.rb', line 6

def phoneType
  @phoneType
end