class Riddl::Wrapper::Description::Transformation
Public Class Methods
Source
# File lib/ruby/riddl/wrapper/description/message_and_transformation.rb, line 56 def initialize(layer,name,xml=nil) super layer,name,:transformation,xml end
{{{
Calls superclass method
Riddl::Wrapper::Description::HashBase::new
Source
# File lib/ruby/riddl/wrapper/description/message_and_transformation.rb, line 59 def self.new_from_xml(name,xml) Transformation.new(nil,name,xml) end