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