Class: IdentifierConfirmationRequest

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

METADATA =
1
FORCEREGISTRATION =
2
VERIFICATIONCODE =
3
FIELDS =
{
  METADATA => {:type => ::Thrift::Types::MAP, :name => 'metaData', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}},
  FORCEREGISTRATION => {:type => ::Thrift::Types::BOOL, :name => 'forceRegistration'},
  VERIFICATIONCODE => {:type => ::Thrift::Types::STRING, :name => 'verificationCode'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end