Module: StructuraidCore::DesignCodes::Utils::SchemaDefinition
- Included in:
- Schemas::EmptySchema, Schemas::RC::ElasticModulusSchema, Schemas::RC::Footings::BendingReinforcementRatioSchema, Schemas::RC::Footings::MinHeightSchema, Schemas::RC::Footings::OneWayShearCapacitySchema, Schemas::RC::Footings::PunchingCriticalSectionPerimeterSchema, Schemas::RC::Footings::PunchingShearCapacitySchema, Schemas::RC::MinimumSteelCoverSchema, Schemas::RC::ReductionFactorSchema
- Defined in:
- lib/structuraid_core/design_codes/utils/schema_definition.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
5 6 7 8 9 |
# File 'lib/structuraid_core/design_codes/utils/schema_definition.rb', line 5 def self.included(base) base.class_eval do extend ClassMethods end end |