class CPEE::Properties::GetStateMachine

Public Instance Methods

response() click to toggle source
# File lib/cpee/implementation_properties.rb, line 263
def response
  id = @a[0]
  opts = @a[1]
  Riddl::Parameter::Complex.new('statemachine','text/xml',File.read(opts[:states]))
end