Module: Mml::Base::Content::Lowlimit

Included in:
V2::Lowlimit, V3::Lowlimit, V4::Lowlimit
Defined in:
lib/mml/base/content/calculus.rb

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



66
67
68
69
70
71
72
73
74
# File 'lib/mml/base/content/calculus.rb', line 66

def self.included(klass)
  klass.class_eval do
    xml do
      namespace Mml::Namespace
      element "lowlimit"
      mixed_content
    end
  end
end