Class: RedboothRuby::Project
- Includes:
- Operations::Create, Operations::Delete, Operations::Index, Operations::Show, Operations::Update
- Defined in:
- lib/redbooth-ruby/project.rb
Instance Attribute Summary collapse
-
#archived ⇒ Object
Returns the value of attribute archived.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#deleted ⇒ Object
Returns the value of attribute deleted.
-
#description ⇒ Object
Returns the value of attribute description.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#permalink ⇒ Object
Returns the value of attribute permalink.
-
#public ⇒ Object
Returns the value of attribute public.
-
#publish_pages ⇒ Object
Returns the value of attribute publish_pages.
-
#settings ⇒ Object
Returns the value of attribute settings.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#tracks_time ⇒ Object
Returns the value of attribute tracks_time.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Attributes inherited from Base
Method Summary
Methods included from Operations::Delete
Methods included from Operations::Show
Methods included from Operations::Update
Methods included from Operations::Create
Methods included from Operations::Index
Methods inherited from Base
#errors, #initialize, #parse_timestamps, #set_attributes, #valid?
Methods included from Operations::Base
Constructor Details
This class inherits a constructor from RedboothRuby::Base
Instance Attribute Details
#archived ⇒ Object
Returns the value of attribute archived.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def archived @archived end |
#created_at ⇒ Object
Returns the value of attribute created_at.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def created_at @created_at end |
#deleted ⇒ Object
Returns the value of attribute deleted.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def deleted @deleted end |
#description ⇒ Object
Returns the value of attribute description.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def description @description end |
#end_date ⇒ Object
Returns the value of attribute end_date.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def end_date @end_date end |
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def name @name end |
#organization_id ⇒ Object
Returns the value of attribute organization_id.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def organization_id @organization_id end |
#permalink ⇒ Object
Returns the value of attribute permalink.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def permalink @permalink end |
#public ⇒ Object
Returns the value of attribute public.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def public @public end |
#publish_pages ⇒ Object
Returns the value of attribute publish_pages.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def publish_pages @publish_pages end |
#settings ⇒ Object
Returns the value of attribute settings.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def settings @settings end |
#start_date ⇒ Object
Returns the value of attribute start_date.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def start_date @start_date end |
#tracks_time ⇒ Object
Returns the value of attribute tracks_time.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def tracks_time @tracks_time end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
9 10 11 |
# File 'lib/redbooth-ruby/project.rb', line 9 def updated_at @updated_at end |