Class: CaTissue::Site

Inherits:
Object
  • Object
show all
Includes:
Resource
Defined in:
lib/catissue/domain/site.rb

Overview

The Site domain class.

Defined Under Namespace

Classes: SiteType

Class Method Summary collapse

Methods included from Resource

#database, included, #tolerant_match?

Methods included from Annotatable

#annotation_proxy, #create_proxy, #method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class CaTissue::Annotatable

Class Method Details

.default_siteObject



30
31
32
# File 'lib/catissue/domain/site.rb', line 30

def self.default_site
  @@def_site ||= new(:name => DEF_SITE_NAME)
end