Class: Notice
- Inherits:
-
Object
- Object
- Notice
- 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_fields ⇒ Object
7282 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7282 def struct_fields; FIELDS; end |
#validate ⇒ Object
7284 7285 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7284 def validate end |