class StrawberryAPI::Proxy

Attributes

animation[RW]
animation_ext[RW]
asset_id[RW]
created_at[RW]
id[RW]
in_progress[RW]
path[RW]
preview[RW]
preview_ext[RW]
stream[RW]
structure_version[RW]
thumbnail[RW]
thumbnail_ext[RW]
updated_at[RW]
video[RW]

Public Class Methods

new(params = {}) click to toggle source
# File lib/strawberry_api/proxy.rb, line 21
def initialize(params = {})
  params.each do |k, v|
    instance_variable_set("@#{k}", v) unless v.nil?
  end
end