Class: Superhosting::CompositeMapper::Site
- Defined in:
- lib/superhosting/composite_mapper/site.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Superhosting::CompositeMapper::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Superhosting::CompositeMapper::Base
Instance Method Details
#aliases ⇒ Object
4 5 6 |
# File 'lib/superhosting/composite_mapper/site.rb', line 4 def aliases aliases_mapper.lines end |
#aliases_mapper ⇒ Object
8 9 10 |
# File 'lib/superhosting/composite_mapper/site.rb', line 8 def aliases_mapper self.lib.parent.parent.sites.f(self.name).aliases end |