Class: Orderspace::Structs::Buyer

Inherits:
Struct
  • Object
show all
Defined in:
lib/orderspace/struct/buyer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#email_addressObject

Returns the value of attribute email_address

Returns:

  • (Object)

    the current value of email_address



5
6
7
# File 'lib/orderspace/struct/buyer.rb', line 5

def email_address
  @email_address
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/orderspace/struct/buyer.rb', line 5

def name
  @name
end