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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end