Object
Represents pattern in appliance. Used mainly as data storage.
# File lib/studio_api/pattern.rb, line 5 def initialize name, attributes = {} @name = name attributes.each do |k,v| instance_variable_set "@#{k}", v end end