Class: StudentInformation

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

SCHOOLNAME =
1
GRADUATIONDATE =
2
FIELDS =
{
  SCHOOLNAME => {:type => ::Thrift::Types::STRING, :name => 'schoolName'},
  GRADUATIONDATE => {:type => ::Thrift::Types::STRING, :name => 'graduationDate'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end