Class: RedboothRuby::Note

Inherits:
Base
  • Object
show all
Includes:
Operations::Create, Operations::Delete, Operations::Index, Operations::Show, Operations::Update
Defined in:
lib/redbooth-ruby/note.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#created_time, #session

Method Summary

Methods included from Operations::Delete

included

Methods included from Operations::Show

included

Methods included from Operations::Update

included

Methods included from Operations::Create

included

Methods included from Operations::Index

included

Methods inherited from Base

#errors, #initialize, #parse_timestamps, #set_attributes, #valid?

Methods included from Operations::Base

included

Constructor Details

This class inherits a constructor from RedboothRuby::Base

Instance Attribute Details

#contentObject

Returns the value of attribute content.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def content
  @content
end

#created_atObject

Returns the value of attribute created_at.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def created_at
  @created_at
end

#deletedObject

Returns the value of attribute deleted.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def deleted
  @deleted
end

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def id
  @id
end

#is_privateObject

Returns the value of attribute is_private.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def is_private
  @is_private
end

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def name
  @name
end

Returns the value of attribute permalink.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def permalink
  @permalink
end

#positionObject

Returns the value of attribute position.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def position
  @position
end

#project_idObject

Returns the value of attribute project_id.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def project_id
  @project_id
end

#sharedObject

Returns the value of attribute shared.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def shared
  @shared
end

#tokenObject

Returns the value of attribute token.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def token
  @token
end

#updated_atObject

Returns the value of attribute updated_at.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def updated_at
  @updated_at
end

#updated_by_idObject

Returns the value of attribute updated_by_id.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def updated_by_id
  @updated_by_id
end

#user_idObject

Returns the value of attribute user_id.



9
10
11
# File 'lib/redbooth-ruby/note.rb', line 9

def user_id
  @user_id
end