class Riddl::Wrapper::Description::Transformation

Public Class Methods

new(layer,name,xml=nil) click to toggle 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
new_from_xml(name,xml) click to toggle 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