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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end