Class: RedboothRuby::Project

Inherits:
Base
  • Object
show all
Includes:
Operations::Create, Operations::Delete, Operations::Index, Operations::Show, Operations::Update
Defined in:
lib/redbooth-ruby/project.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

#archivedObject

Returns the value of attribute archived.



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

def archived
  @archived
end

#created_atObject

Returns the value of attribute created_at.



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

def created_at
  @created_at
end

#deletedObject

Returns the value of attribute deleted.



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

def deleted
  @deleted
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#end_dateObject

Returns the value of attribute end_date.



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

def end_date
  @end_date
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#organization_idObject

Returns the value of attribute organization_id.



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

def organization_id
  @organization_id
end

Returns the value of attribute permalink.



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

def permalink
  @permalink
end

#publicObject

Returns the value of attribute public.



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

def public
  @public
end

#publish_pagesObject

Returns the value of attribute publish_pages.



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

def publish_pages
  @publish_pages
end

#settingsObject

Returns the value of attribute settings.



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

def settings
  @settings
end

#start_dateObject

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_timeObject

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_atObject

Returns the value of attribute updated_at.



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

def updated_at
  @updated_at
end