class StrawberryAPI::Feedback
Attributes
action[RW]
created_at[RW]
error[RW]
id[RW]
state[RW]
updated_at[RW]
Public Class Methods
new(params = {})
click to toggle source
# File lib/strawberry_api/feedback.rb, line 12 def initialize(params = {}) params.each do |k, v| instance_variable_set("@#{k}", v) unless v.nil? end end