Class: Customer

Inherits:
Object
  • Object
show all
Defined in:
lib/compropago_sdk/factory/models/customer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#customer_emailObject

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_nameObject

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_phoneObject

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