Class: VerifyPhoneResponse

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

ACCOUNTEXIST =
2
SAMEUDIDFROMACCOUNT =
3
USERPROFILE =
11
FIELDS =
{
  ACCOUNTEXIST => {:type => ::Thrift::Types::BOOL, :name => 'accountExist'},
  SAMEUDIDFROMACCOUNT => {:type => ::Thrift::Types::BOOL, :name => 'sameUdidFromAccount'},
  USERPROFILE => {:type => ::Thrift::Types::STRUCT, :name => 'userProfile', :class => ::UserProfile, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end