Class: NoteStatus

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

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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end