Class: CPEE::Properties::GetStatusMessage
- Inherits:
-
Riddl::Implementation
- Object
- Riddl::Implementation
- CPEE::Properties::GetStatusMessage
- Defined in:
- lib/cpee/implementation_properties.rb
Overview
}}}
Instance Method Summary collapse
-
#response ⇒ Object
{{{.
Instance Method Details
#response ⇒ Object
{{{
319 320 321 322 323 |
# File 'lib/cpee/implementation_properties.rb', line 319 def response id = @a[0] opts = @a[1] Riddl::Parameter::Simple.new('value',CPEE::Persistence::extract_item(id,opts,'status/message')) end |