Method: Docdata::Shopper#name

Defined in:
lib/docdata/shopper.rb

#nameObject



72
73
74
# File 'lib/docdata/shopper.rb', line 72

def name
  "#{first_name} #{last_name}"
end