Class: GetStudentInformationResponse

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

STUDENTINFORMATION =
1
ISVALID =
2
FIELDS =
{
  STUDENTINFORMATION => {:type => ::Thrift::Types::STRUCT, :name => 'studentInformation', :class => ::StudentInformation},
  ISVALID => {:type => ::Thrift::Types::BOOL, :name => 'isValid'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end