class Bold::Base
Public Class Methods
new(attributes={})
click to toggle source
# File lib/bold/base.rb, line 5 def initialize(attributes={}) @supplies = attributes.delete(:supplies) end
# File lib/bold/base.rb, line 5 def initialize(attributes={}) @supplies = attributes.delete(:supplies) end