Class: RedboothRuby::Organization

Instance Attribute Summary collapse

Attributes inherited from Base

#created_time, #session

Method Summary

Methods included from RedboothRuby::Operations::Delete

included

Methods included from RedboothRuby::Operations::Show

included

Methods included from RedboothRuby::Operations::Update

included

Methods included from RedboothRuby::Operations::Create

included

Methods included from RedboothRuby::Operations::Index

included

Methods inherited from Base

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

Methods included from RedboothRuby::Operations::Base

included

Constructor Details

This class inherits a constructor from RedboothRuby::Base

Instance Attribute Details

#available_projectsObject

Returns the value of attribute available_projects.



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

def available_projects
  @available_projects
end

#available_usersObject

Returns the value of attribute available_users.



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

def available_users
  @available_users
end

#created_atObject

Returns the value of attribute created_at.



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

def created_at
  @created_at
end

#domainObject

Returns the value of attribute domain.



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

def domain
  @domain
end

#feature_levelObject

Returns the value of attribute feature_level.



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

def feature_level
  @feature_level
end

#has_logoObject

Returns the value of attribute has_logo.



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

def 
  @has_logo
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#is_proObject

Returns the value of attribute is_pro.



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

def is_pro
  @is_pro
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#omit_email_processingObject

Returns the value of attribute omit_email_processing.



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

def omit_email_processing
  @omit_email_processing
end

Returns the value of attribute permalink.



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

def permalink
  @permalink
end

#productObject

Returns the value of attribute product.



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

def product
  @product
end

#product_nameObject

Returns the value of attribute product_name.



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

def product_name
  @product_name
end

#remaining_projectsObject

Returns the value of attribute remaining_projects.



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

def remaining_projects
  @remaining_projects
end

#remaining_usersObject

Returns the value of attribute remaining_users.



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

def remaining_users
  @remaining_users
end

#seatsObject

Returns the value of attribute seats.



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

def seats
  @seats
end

#settingsObject

Returns the value of attribute settings.



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

def settings
  @settings
end

#square_logo_urlObject

Returns the value of attribute square_logo_url.



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

def square_logo_url
  @square_logo_url
end

#subscription_idObject

Returns the value of attribute subscription_id.



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

def subscription_id
  @subscription_id
end

#top_logo_urlObject

Returns the value of attribute top_logo_url.



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

def top_logo_url
  @top_logo_url
end

#updated_atObject

Returns the value of attribute updated_at.



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

def updated_at
  @updated_at
end

#used_projectsObject

Returns the value of attribute used_projects.



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

def used_projects
  @used_projects
end

#used_usersObject

Returns the value of attribute used_users.



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

def used_users
  @used_users
end