Sha256: 51514c5047a5a6ce0d9d7f51334b82863585cf7462e10cf4adc9bea3461bde97

Contents?: true

Size: 675 Bytes

Versions: 6

Compression:

Stored size: 675 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

6 entries across 6 versions & 1 rubygems

Version Path
redbooth-ruby-0.2.0 lib/redbooth-ruby/note.rb
redbooth-ruby-0.1.4 lib/redbooth-ruby/note.rb
redbooth-ruby-0.1.3 lib/redbooth-ruby/note.rb
redbooth-ruby-0.1.1 lib/redbooth-ruby/note.rb
redbooth-ruby-0.1.0 lib/redbooth-ruby/note.rb
redbooth-ruby-0.0.5 lib/redbooth-ruby/note.rb