Class: BuildingSyncTk::Inflector

Inherits:
Isomorphic::Inflector::AbstractInflector
  • Object
show all
Extended by:
Singleton
Defined in:
lib/building_sync_tk/inflector.rb

Overview

An Isomorphic inflector that is specialized for the BuildingSync base module.

Instance Method Summary collapse

Constructor Details

#initializeInflector

Private constructor.



15
16
17
# File 'lib/building_sync_tk/inflector.rb', line 15

def initialize
  super(::BuildingSync)
end