Class: Orderspace::Structs::Buyer
- Inherits:
-
Struct
- Object
- Struct
- Orderspace::Structs::Buyer
- Defined in:
- lib/orderspace/struct/buyer.rb
Instance Attribute Summary collapse
-
#email_address ⇒ Object
Returns the value of attribute email_address.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#email_address ⇒ Object
Returns the value of attribute email_address
5 6 7 |
# File 'lib/orderspace/struct/buyer.rb', line 5 def email_address @email_address end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/orderspace/struct/buyer.rb', line 5 def name @name end |