class Fog::Compute::Terremark

Private Instance Methods

href=(new_href) click to toggle source
# File lib/fog/compute/terremark/models/image.rb, line 12
def href=(new_href)
  self.id = new_href.split('/').last.to_i
end