Class: Scenario

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

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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end