Class: RedboothRuby::Organization
- Includes:
- RedboothRuby::Operations::Create, RedboothRuby::Operations::Delete, RedboothRuby::Operations::Index, RedboothRuby::Operations::Show, RedboothRuby::Operations::Update
- Defined in:
- lib/redbooth-ruby/organization.rb
Instance Attribute Summary collapse
- 
  
    
      #available_projects  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute available_projects. 
- 
  
    
      #available_users  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute available_users. 
- 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute created_at. 
- 
  
    
      #domain  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute domain. 
- 
  
    
      #feature_level  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute feature_level. 
- 
  
    
      #has_logo  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute has_logo. 
- 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute id. 
- 
  
    
      #is_pro  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute is_pro. 
- 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute name. 
- 
  
    
      #omit_email_processing  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute omit_email_processing. 
- 
  
    
      #permalink  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute permalink. 
- 
  
    
      #product  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute product. 
- 
  
    
      #product_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute product_name. 
- 
  
    
      #remaining_projects  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute remaining_projects. 
- 
  
    
      #remaining_users  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute remaining_users. 
- 
  
    
      #seats  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute seats. 
- 
  
    
      #settings  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute settings. 
- 
  
    
      #square_logo_url  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute square_logo_url. 
- 
  
    
      #subscription_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute subscription_id. 
- 
  
    
      #top_logo_url  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute top_logo_url. 
- 
  
    
      #updated_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute updated_at. 
- 
  
    
      #used_projects  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute used_projects. 
- 
  
    
      #used_users  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute used_users. 
Attributes inherited from Base
Method Summary
Methods included from RedboothRuby::Operations::Delete
Methods included from RedboothRuby::Operations::Show
Methods included from RedboothRuby::Operations::Update
Methods included from RedboothRuby::Operations::Create
Methods included from RedboothRuby::Operations::Index
Methods inherited from Base
#errors, #initialize, #parse_timestamps, #set_attributes, #valid?
Methods included from RedboothRuby::Operations::Base
Constructor Details
This class inherits a constructor from RedboothRuby::Base
Instance Attribute Details
#available_projects ⇒ Object
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_users ⇒ Object
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_at ⇒ Object
Returns the value of attribute created_at.
| 9 10 11 | # File 'lib/redbooth-ruby/organization.rb', line 9 def created_at @created_at end | 
#domain ⇒ Object
Returns the value of attribute domain.
| 9 10 11 | # File 'lib/redbooth-ruby/organization.rb', line 9 def domain @domain end | 
#feature_level ⇒ Object
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_logo ⇒ Object
Returns the value of attribute has_logo.
| 9 10 11 | # File 'lib/redbooth-ruby/organization.rb', line 9 def has_logo @has_logo end | 
#id ⇒ Object
Returns the value of attribute id.
| 9 10 11 | # File 'lib/redbooth-ruby/organization.rb', line 9 def id @id end | 
#is_pro ⇒ Object
Returns the value of attribute is_pro.
| 9 10 11 | # File 'lib/redbooth-ruby/organization.rb', line 9 def is_pro @is_pro end | 
#name ⇒ Object
Returns the value of attribute name.
| 9 10 11 | # File 'lib/redbooth-ruby/organization.rb', line 9 def name @name end | 
#omit_email_processing ⇒ Object
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 | 
#permalink ⇒ Object
Returns the value of attribute permalink.
| 9 10 11 | # File 'lib/redbooth-ruby/organization.rb', line 9 def permalink @permalink end | 
#product ⇒ Object
Returns the value of attribute product.
| 9 10 11 | # File 'lib/redbooth-ruby/organization.rb', line 9 def product @product end | 
#product_name ⇒ Object
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_projects ⇒ Object
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_users ⇒ Object
Returns the value of attribute remaining_users.
| 9 10 11 | # File 'lib/redbooth-ruby/organization.rb', line 9 def remaining_users @remaining_users end | 
#seats ⇒ Object
Returns the value of attribute seats.
| 9 10 11 | # File 'lib/redbooth-ruby/organization.rb', line 9 def seats @seats end | 
#settings ⇒ Object
Returns the value of attribute settings.
| 9 10 11 | # File 'lib/redbooth-ruby/organization.rb', line 9 def settings @settings end | 
#square_logo_url ⇒ Object
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_id ⇒ Object
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_url ⇒ Object
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_at ⇒ Object
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_projects ⇒ Object
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_users ⇒ Object
Returns the value of attribute used_users.
| 9 10 11 | # File 'lib/redbooth-ruby/organization.rb', line 9 def used_users @used_users end |