class GoApiClient::AttributeHelper
Public Class Methods
new(attributes={})
click to toggle source
# File lib/go_api_client/attribute_helper.rb, line 3 def initialize(attributes={}) attributes.each do |name, value| send("#{name}=", value) unless value.to_s.empty? end end