Deltacloud::BaseModel
# File lib/deltacloud/models/provider.rb, line 24 def initialize(opts={}) super(opts) end
# File lib/deltacloud/models/provider.rb, line 28 def to_hash(context) { :id => self.id, :name => name, :url => url } end