Class: Customer
- Inherits:
-
Object
- Object
- Customer
- Defined in:
- lib/compropago_sdk/factory/models/customer.rb
Instance Attribute Summary collapse
-
#customer_email ⇒ Object
Returns the value of attribute customer_email.
-
#customer_name ⇒ Object
Returns the value of attribute customer_name.
-
#customer_phone ⇒ Object
Returns the value of attribute customer_phone.
Instance Attribute Details
#customer_email ⇒ Object
Returns the value of attribute customer_email.
4 5 6 |
# File 'lib/compropago_sdk/factory/models/customer.rb', line 4 def customer_email @customer_email end |
#customer_name ⇒ Object
Returns the value of attribute customer_name.
3 4 5 |
# File 'lib/compropago_sdk/factory/models/customer.rb', line 3 def customer_name @customer_name end |
#customer_phone ⇒ Object
Returns the value of attribute customer_phone.
5 6 7 |
# File 'lib/compropago_sdk/factory/models/customer.rb', line 5 def customer_phone @customer_phone end |