Class: ScenarioSet

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

SCENARIOS =
1
AUTOCLOSE =
2
SUPPRESSIONINTERVAL =
3
REVISION =
4
MODIFIEDTIME =
5
FIELDS =
{
  SCENARIOS => {:type => ::Thrift::Types::LIST, :name => 'scenarios', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Scenario}},
  AUTOCLOSE => {:type => ::Thrift::Types::BOOL, :name => 'autoClose'},
  SUPPRESSIONINTERVAL => {:type => ::Thrift::Types::I64, :name => 'suppressionInterval'},
  REVISION => {:type => ::Thrift::Types::I64, :name => 'revision'},
  MODIFIEDTIME => {:type => ::Thrift::Types::I64, :name => 'modifiedTime'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end