Class: OpenZWave::SceneGetValuesReturnStruct
- Inherits:
-
Object
- Object
- OpenZWave::SceneGetValuesReturnStruct
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/ansible/zwave/openzwave/ozw_types.rb
Constant Summary collapse
- RETVAL =
1
- O_VALUE =
2
- FIELDS =
{ RETVAL => {:type => ::Thrift::Types::I32, :name => 'retval'}, O_VALUE => {:type => ::Thrift::Types::LIST, :name => 'o_value', :element => {:type => ::Thrift::Types::STRUCT, :class => ::OpenZWave::RemoteValueID}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
398 |
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 398 def struct_fields; FIELDS; end |
#validate ⇒ Object
400 401 |
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 400 def validate end |