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
5005 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5005 def struct_fields; FIELDS; end |
#validate ⇒ Object
5007 5008 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5007 def validate end |