class Aflexi::Location

Public Instance Methods

hash_for_update() click to toggle source
# File lib/aflexi/models/location.rb, line 4
def hash_for_update
  to_hash.except *%w(bandwidthPriceTiers bandwidthPriceTiersAggregation)
end