Class: OpenZWave::GetAssociationsReturnStruct
- Inherits:
-
Object
- Object
- OpenZWave::GetAssociationsReturnStruct
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/ansible/zwave/openzwave/ozw_types.rb
Constant Summary collapse
- RETVAL =
1
- O_ASSOCIATIONS =
2
- FIELDS =
{ RETVAL => {:type => ::Thrift::Types::I32, :name => 'retval'}, O_ASSOCIATIONS => {:type => ::Thrift::Types::LIST, :name => 'o_associations', :element => {:type => ::Thrift::Types::BYTE}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
362 |
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 362 def struct_fields; FIELDS; end |
#validate ⇒ Object
364 365 |
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 364 def validate end |