Class: CheckOperationResult

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

TRADABLE =
1
REASON =
2
DETAILMESSAGE =
3
FIELDS =
{
  TRADABLE => {:type => ::Thrift::Types::BOOL, :name => 'tradable'},
  REASON => {:type => ::Thrift::Types::STRING, :name => 'reason'},
  DETAILMESSAGE => {:type => ::Thrift::Types::STRING, :name => 'detailMessage'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end