Class: CPEE::Properties::GetStateChanged

Inherits:
Riddl::Implementation
  • Object
show all
Defined in:
lib/cpee/implementation_properties.rb

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#responseObject

{{{



274
275
276
277
278
# File 'lib/cpee/implementation_properties.rb', line 274

def response
  id = @a[0]
  opts = @a[1]
  Riddl::Parameter::Simple.new('state',CPEE::Persistence::extract_item(id,opts,'state/@changed'))
end