Class: OpenZWave::RemoteManager::IsPrimaryController_result
- Inherits:
-
Object
- Object
- OpenZWave::RemoteManager::IsPrimaryController_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/ansible/zwave/openzwave/ozw_remote_manager.rb
Constant Summary collapse
- SUCCESS =
0
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3095 |
# File 'lib/ansible/zwave/openzwave/ozw_remote_manager.rb', line 3095 def struct_fields; FIELDS; end |
#validate ⇒ Object
3097 3098 |
# File 'lib/ansible/zwave/openzwave/ozw_remote_manager.rb', line 3097 def validate end |