Class: Braspag::Customer
- Inherits:
-
Object
- Object
- Braspag::Customer
- Includes:
- ActiveAttr::Model
- Defined in:
- lib/cbraspag/core/customer.rb
Instance Attribute Summary collapse
-
#document ⇒ Object
Returns the value of attribute document.
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#document ⇒ Object
Returns the value of attribute document.
5 6 7 |
# File 'lib/cbraspag/core/customer.rb', line 5 def document @document end |
#email ⇒ Object
Returns the value of attribute email.
5 6 7 |
# File 'lib/cbraspag/core/customer.rb', line 5 def email @email end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/cbraspag/core/customer.rb', line 5 def name @name end |