Class: ScenarioTrigger
- Inherits:
-
Object
- Object
- ScenarioTrigger
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- IMMEDIATE =
1
- BLENOTIFICATIONRECEIVED =
2
- FIELDS =
{ IMMEDIATE => {:type => ::Thrift::Types::STRUCT, :name => 'immediate', :class => ::ImmediateTrigger}, BLENOTIFICATIONRECEIVED => {:type => ::Thrift::Types::STRUCT, :name => 'bleNotificationReceived', :class => ::BleNotificationReceivedTrigger} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
8510 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8510 def struct_fields; FIELDS; end |
#validate ⇒ Object
8512 8513 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8512 def validate end |