class Marver::Creator

Attributes

comics[R]
events[R]
first_name[R]
full_name[R]
id[R]
last_name[R]
middle_name[R]
resource_uri[R]
series[R]
stories[R]
suffix[R]
thumbnail[R]
urls[R]

Public Class Methods

new(attributes) click to toggle source
# File lib/marver/entities/creator.rb, line 6
def initialize(attributes)
  attributes.each do |name, value|
    instance_variable_set("@#{name}", value)
  end
end