Class: Kanbanery::Task

Inherits:
Base
  • Object
show all
Defined in:
lib/ranbanery/task.rb

Class Method Summary collapse

Methods inherited from Base

#to_json

Class Method Details

.readonly_fieldsObject



4
5
6
# File 'lib/ranbanery/task.rb', line 4

def self.readonly_fields
  [:id, :type, :creator_id, :owner_id, :blocked, :created_at, :updated_at, :moved_at, :global_in_context_url, :deadline, :sync_created_at, :sync_updated_at, :weight]
end