class ONIX::ONIX21::NotForSale

Public Instance Methods

territory() click to toggle source
# File lib/onix/onix21.rb, line 229
def territory
  Territory.new(@rights_country.split(" "))
end