Module: Newsmlg2::Base::ArbitraryValueAttributes
- Included in:
- Types::Flex1ExtPropType, Types::FlexRelatedConceptType
- Defined in:
- lib/newsmlg2/base/arbitrary_value_attributes.rb
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
6 7 8 9 10 |
# File 'lib/newsmlg2/base/arbitrary_value_attributes.rb', line 6 def self.included(klass) klass.class_eval do xml_attributes :value, :valuedatatype, :valueunit, :valueunituri end end |