Class: CatchNotes::Base

Inherits:
Object
  • Object
show all
Includes:
AuthItems, CRUDMethods, FinderMethods, Util, HTTParty
Defined in:
lib/catch_notes/base.rb

Defined Under Namespace

Modules: AuthItems, CRUDMethods, FinderMethods

Instance Attribute Summary collapse

Method Summary

Methods included from Util

included

Methods included from CRUDMethods

#destroy, #destroy!, included, #initialize, #new_record?, #save, #save!

Methods included from FinderMethods

included

Methods included from AuthItems

included

Instance Attribute Details

#childrenObject (readonly)

Returns the value of attribute children.



5
6
7
# File 'lib/catch_notes/base.rb', line 5

def children
  @children
end

#created_atObject (readonly)

Returns the value of attribute created_at.



5
6
7
# File 'lib/catch_notes/base.rb', line 5

def created_at
  @created_at
end

#idObject (readonly)

Returns the value of attribute id.



5
6
7
# File 'lib/catch_notes/base.rb', line 5

def id
  @id
end

#locationObject

Returns the value of attribute location.



7
8
9
# File 'lib/catch_notes/base.rb', line 7

def location
  @location
end

#modified_atObject (readonly)

Returns the value of attribute modified_at.



5
6
7
# File 'lib/catch_notes/base.rb', line 5

def modified_at
  @modified_at
end

#reminder_atObject

Returns the value of attribute reminder_at.



7
8
9
# File 'lib/catch_notes/base.rb', line 7

def reminder_at
  @reminder_at
end

#sourceObject (readonly)

Returns the value of attribute source.



5
6
7
# File 'lib/catch_notes/base.rb', line 5

def source
  @source
end

#source_urlObject (readonly)

Returns the value of attribute source_url.



5
6
7
# File 'lib/catch_notes/base.rb', line 5

def source_url
  @source_url
end

#summaryObject

Returns the value of attribute summary.



7
8
9
# File 'lib/catch_notes/base.rb', line 7

def summary
  @summary
end

#tagsObject

Returns the value of attribute tags.



7
8
9
# File 'lib/catch_notes/base.rb', line 7

def tags
  @tags
end

#textObject

Returns the value of attribute text.



7
8
9
# File 'lib/catch_notes/base.rb', line 7

def text
  @text
end

#user_idObject (readonly)

Returns the value of attribute user_id.



5
6
7
# File 'lib/catch_notes/base.rb', line 5

def user_id
  @user_id
end

#user_nameObject (readonly)

Returns the value of attribute user_name.



5
6
7
# File 'lib/catch_notes/base.rb', line 5

def user_name
  @user_name
end