Class: OpenZWave::Bool_String
- Inherits:
-
Object
- Object
- OpenZWave::Bool_String
- 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::BOOL, :name => 'retval'}, O_VALUE => {:type => ::Thrift::Types::STRING, :name => 'o_value'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
288 |
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 288 def struct_fields; FIELDS; end |
#validate ⇒ Object
290 291 |
# File 'lib/ansible/zwave/openzwave/ozw_types.rb', line 290 def validate end |