Class: ScenarioTrigger

Inherits:
Object
  • Object
show all
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_fieldsObject



5005
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5005

def struct_fields; FIELDS; end

#validateObject



5007
5008
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5007

def validate
end