Class: Braspag::Customer

Inherits:
Object
  • Object
show all
Includes:
ActiveAttr::Model
Defined in:
lib/cbraspag/core/customer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#documentObject

Returns the value of attribute document.



5
6
7
# File 'lib/cbraspag/core/customer.rb', line 5

def document
  @document
end

#emailObject

Returns the value of attribute email.



5
6
7
# File 'lib/cbraspag/core/customer.rb', line 5

def email
  @email
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/cbraspag/core/customer.rb', line 5

def name
  @name
end