Module: Mml::Base::Content::Tendsto

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

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



90
91
92
93
94
95
96
97
98
99
# File 'lib/mml/base/content/calculus.rb', line 90

def self.included(klass)
  klass.class_eval do
    attribute :type, :string
    xml do
      namespace Mml::Namespace
      element "tendsto"
      map_attribute "type", to: :type
    end
  end
end