class CPEE::Properties::GetStateChanged

Public Instance Methods

response() click to toggle source
# 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