class StrawberryAPI::Edit

Attributes

comment[RW]
created_at[RW]
id[RW]
name[RW]
password[RW]
updated_at[RW]

Public Class Methods

new(params = {}) click to toggle source
# File lib/strawberry_api/edit.rb, line 12
def initialize(params = {})
    params.each do |k, v|
      instance_variable_set("@#{k}", v) unless v.nil?
    end
end