Class: NoteStatus
- Inherits:
-
Object
- Object
- NoteStatus
- 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
- NOTECOUNT =
1
- LATESTCREATEDAT =
2
- FIELDS =
{ NOTECOUNT => {:type => ::Thrift::Types::I32, :name => 'noteCount'}, LATESTCREATEDAT => {:type => ::Thrift::Types::I64, :name => 'latestCreatedAt'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
9737 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9737 def struct_fields; FIELDS; end |
#validate ⇒ Object
9739 9740 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9739 def validate end |