class TescoRb::Address
Attributes
lines[R]
postcode[R]
town[R]
Public Class Methods
new(hash)
click to toggle source
# File lib/tesco_rb/address.rb, line 5 def initialize(hash) set [:lines, :town, :postcode], hash end