Module: Mml::Base::Content::Uplimit

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

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



78
79
80
81
82
83
84
85
86
# File 'lib/mml/base/content/calculus.rb', line 78

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