Method: Fastly::Store.build_from_hash
- Defined in:
- lib/fastly/models/store.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
100 101 102 |
# File 'lib/fastly/models/store.rb', line 100 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |