Class: Shotstack::Asset
- Inherits:
-
Object
- Object
- Shotstack::Asset
- Defined in:
- lib/shotstack/models/asset.rb
Direct Known Subclasses
Class Method Summary collapse
-
.build_from_hash(attributes) ⇒ Object
Builds the object from hash.
Instance Method Summary collapse
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
Class Method Details
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
6 7 8 |
# File 'lib/shotstack/models/asset.rb', line 6 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |
Instance Method Details
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
13 14 15 |
# File 'lib/shotstack/models/asset.rb', line 13 def build_from_hash(attributes) end |