Method: Megam::Billings#postal_code

Defined in:
lib/megam/core/billings.rb

#postal_code(arg = nil) ⇒ Object



79
80
81
82
83
84
85
# File 'lib/megam/core/billings.rb', line 79

def postal_code(arg=nil)
  if arg != nil
    @postal_code= arg
  else
  @postal_code
  end
end