Class: Scenario
- Inherits:
-
Object
- Object
- Scenario
- 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
- ID =
1
- TRIGGER =
2
- ACTIONS =
3
- FIELDS =
{ ID => {:type => ::Thrift::Types::STRING, :name => 'id'}, TRIGGER => {:type => ::Thrift::Types::STRUCT, :name => 'trigger', :class => ::ScenarioTrigger}, ACTIONS => {:type => ::Thrift::Types::LIST, :name => 'actions', :element => {:type => ::Thrift::Types::STRUCT, :class => ::ScenarioAction}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
5136 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5136 def struct_fields; FIELDS; end |
#validate ⇒ Object
5138 5139 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5138 def validate end |