Class: Ronin::DB::Organization

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
Model, Model::HasUniqueName
Defined in:
lib/ronin/db/organization.rb

Overview

Represents an Company.

Instance Attribute Summary collapse

Attributes included from Model::HasUniqueName

#name

Method Summary

Methods included from Model::HasUniqueName

included

Methods included from Model

included

Instance Attribute Details

#created_atTime (readonly)

Tracks when the organization was first created

Returns:

  • (Time)


46
# File 'lib/ronin/db/organization.rb', line 46

attribute :created_at, :datetime

#idInteger

Primary key of the organization

Returns:

  • (Integer)


40
# File 'lib/ronin/db/organization.rb', line 40

attribute :id, :integer