Class: PaymentUserJobInfo

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

JOBID =
1
JOBNAME =
2
FIELDS =
{
  JOBID => {:type => ::Thrift::Types::STRING, :name => 'jobId'},
  JOBNAME => {:type => ::Thrift::Types::STRING, :name => 'jobName'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end