Class: CatchNotes::Base
- Inherits:
-
Object
- Object
- CatchNotes::Base
- Includes:
- AuthItems, CRUDMethods, FinderMethods, Util, HTTParty
- Defined in:
- lib/catch_notes/base.rb
Defined Under Namespace
Modules: AuthItems, CRUDMethods, FinderMethods
Instance Attribute Summary collapse
-
#children ⇒ Object
readonly
Returns the value of attribute children.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#location ⇒ Object
Returns the value of attribute location.
-
#modified_at ⇒ Object
readonly
Returns the value of attribute modified_at.
-
#reminder_at ⇒ Object
Returns the value of attribute reminder_at.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#source_url ⇒ Object
readonly
Returns the value of attribute source_url.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#text ⇒ Object
Returns the value of attribute text.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
-
#user_name ⇒ Object
readonly
Returns the value of attribute user_name.
Method Summary
Methods included from Util
Methods included from CRUDMethods
#destroy, #destroy!, included, #initialize, #new_record?, #save, #save!
Methods included from FinderMethods
Methods included from AuthItems
Instance Attribute Details
#children ⇒ Object (readonly)
Returns the value of attribute children.
5 6 7 |
# File 'lib/catch_notes/base.rb', line 5 def children @children end |
#created_at ⇒ Object (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 |
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/catch_notes/base.rb', line 5 def id @id end |
#location ⇒ Object
Returns the value of attribute location.
7 8 9 |
# File 'lib/catch_notes/base.rb', line 7 def location @location end |
#modified_at ⇒ Object (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_at ⇒ Object
Returns the value of attribute reminder_at.
7 8 9 |
# File 'lib/catch_notes/base.rb', line 7 def reminder_at @reminder_at end |
#source ⇒ Object (readonly)
Returns the value of attribute source.
5 6 7 |
# File 'lib/catch_notes/base.rb', line 5 def source @source end |
#source_url ⇒ Object (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 |
#summary ⇒ Object
Returns the value of attribute summary.
7 8 9 |
# File 'lib/catch_notes/base.rb', line 7 def summary @summary end |
#tags ⇒ Object
Returns the value of attribute tags.
7 8 9 |
# File 'lib/catch_notes/base.rb', line 7 def @tags end |
#text ⇒ Object
Returns the value of attribute text.
7 8 9 |
# File 'lib/catch_notes/base.rb', line 7 def text @text end |
#user_id ⇒ Object (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_name ⇒ Object (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 |