Libraries
»
tailored-etsy
(0.2.2)
»
Index
»
Etsy
»
Transaction
»
#buyer
Method: Etsy::Transaction#buyer
Defined in:
lib/etsy/transaction.rb
#
buyer
⇒
Object
13 14 15
# File 'lib/etsy/transaction.rb', line 13
def
buyer
@buyer
||=
User
.
find
(
buyer_id
)
end