Class: Notice

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

TYPE =
1
NOTICE =
2
STARTTIME =
3
ENDTIME =
4
FIELDS =
{
  TYPE => {:type => ::Thrift::Types::I32, :name => 'type'},
  NOTICE => {:type => ::Thrift::Types::STRING, :name => 'notice'},
  STARTTIME => {:type => ::Thrift::Types::I32, :name => 'startTime'},
  ENDTIME => {:type => ::Thrift::Types::I32, :name => 'endTime'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end