class DashOverlord::Entities::Base

Public Instance Methods

assign_attributes(attributes) click to toggle source
# File lib/dash_overlord/entities/base.rb, line 7
def assign_attributes(attributes)
  attributes.each { |key, value| send("#{key}=", value) }
end