Class: CorePro::Models::CustomerBeneficiaryIdOnly
- Defined in:
- lib/corepro/models/customer_beneficiary_id_only.rb
Instance Attribute Summary collapse
-
#customerBeneficiaryId ⇒ Object
Returns the value of attribute customerBeneficiaryId.
Attributes inherited from ModelBase
Method Summary
Methods inherited from ModelBase
Methods inherited from JsonBase
#from_json!, #is_hash?, #to_hash, #to_json
Instance Attribute Details
#customerBeneficiaryId ⇒ Object
Returns the value of attribute customerBeneficiaryId.
5 6 7 |
# File 'lib/corepro/models/customer_beneficiary_id_only.rb', line 5 def customerBeneficiaryId @customerBeneficiaryId end |