Sha256: 2a9ef1c5ce8f46c4aa14f7a1b0c7d7f3cc42a69f86decadbbf7246089af7415d

Contents?: true

Size: 674 Bytes

Versions: 3

Compression:

Stored size: 674 Bytes

Contents

module RedboothRuby
  class Note < Base
    include RedboothRuby::Operations::Index
    include RedboothRuby::Operations::Create
    include RedboothRuby::Operations::Update
    include RedboothRuby::Operations::Show
    include RedboothRuby::Operations::Delete

    attr_accessor :id,
                  :name,
                  :project_id,
                  :content,
                  :user_id,
                  :position,
                  :permalink,
                  :is_private,
                  :shared,
                  :token,
                  :updated_by_id,
                  :deleted,
                  :created_at,
                  :updated_at
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redbooth-ruby-0.2.3 lib/redbooth-ruby/note.rb
redbooth-ruby-0.2.2 lib/redbooth-ruby/note.rb
redbooth-ruby-0.2.1 lib/redbooth-ruby/note.rb