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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end