Sha256: 5809dcd882a3e7db1720d3038307aca928a607e8197cddff2ede6c6cc8f002aa

Contents?: true

Size: 155 Bytes

Versions: 21

Compression:

Stored size: 155 Bytes

Contents

class Comment
  attr_accessor :body, :created_at, :user

  def initialize(attrs = {})
    attrs.each {|name, value| __send__("#{name}=", value)}
  end
end

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
upholsterer-1.4.1 spec/support/comment.rb
upholsterer-1.4.0 spec/support/comment.rb
upholsterer-1.3.0 spec/support/comment.rb
upholsterer-1.2.0 spec/support/comment.rb
upholsterer-1.1.0 spec/support/comment.rb
upholsterer-1.0.0 spec/support/comment.rb
upholsterer-0.5.0 spec/support/comment.rb
upholsterer-0.4.5 spec/support/comment.rb
upholsterer-0.4.4 spec/support/comment.rb
upholsterer-0.4.3 spec/support/comment.rb
upholsterer-0.4.2 spec/support/comment.rb
upholsterer-0.4.1 spec/support/comment.rb
upholsterer-0.4.0 spec/support/comment.rb
upholsterer-0.3.1 spec/support/comment.rb
simple_presenter-0.2.3 spec/support/comment.rb
simple_presenter-0.2.2 spec/support/comment.rb
simple_presenter-0.2.1 spec/support/comment.rb
simple_presenter-0.1.3 spec/support/comment.rb
simple_presenter-0.1.2 spec/support/comment.rb
simple_presenter-0.1.1 spec/support/comment.rb