Module: Newsmlg2::Base::I18NAttributes
- Included in:
- AnyItem, Assert, ContentMeta, ContentMetaAcD, ContentMetaCat, Group, InlineData, InlineXML, ItemMeta, PartMeta, Types::A, Types::Affiliation, Types::BlockType, Types::Concept, Types::Flex1PropType, Types::FlexGeoAreaPropType, Types::FlexLocationPropType, Types::FlexPOIPropType, Types::FlexPartyPropType, Types::FlexPersonPropType, Types::FlexProp2Type, Types::FlexPropType, Types::Inline, Types::IntlStringType, Types::IntlStringType2, Types::Label1Type, Types::Link1Type, Types::QualPropType, Types::QualRelPropType, Types::RightsInfo, Types::Ruby, Types::Span
- Defined in:
- lib/newsmlg2/base/i18n_attributes.rb
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/newsmlg2/base/i18n_attributes.rb', line 6 def self.included(klass) klass.class_eval do xml_lang_attribute xml_attributes :dir end end |