Method: Fog::Model#initialize
- Defined in:
- lib/fog/core/model.rb
#initialize(new_attributes = {}) ⇒ Model
Returns a new instance of Model.
9 10 11 |
# File 'lib/fog/core/model.rb', line 9 def initialize(new_attributes = {}) merge_attributes(new_attributes) end |