Class: BuildingSyncTk::Inflector
- Inherits:
-
Isomorphic::Inflector::AbstractInflector
- Object
- Isomorphic::Inflector::AbstractInflector
- BuildingSyncTk::Inflector
- 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
-
#initialize ⇒ Inflector
constructor
Private constructor.
Constructor Details
#initialize ⇒ Inflector
Private constructor.
15 16 17 |
# File 'lib/building_sync_tk/inflector.rb', line 15 def initialize super(::BuildingSync) end |