Method: Megam::Billings#country_code
- Defined in:
- lib/megam/core/billings.rb
#country_code(arg = nil) ⇒ Object
71 72 73 74 75 76 77 |
# File 'lib/megam/core/billings.rb', line 71 def country_code(arg=nil) if arg != nil @country_code = arg else @country_code end end |