Class: VerifySocialLoginResponse
- Inherits:
-
Object
- Object
- VerifySocialLoginResponse
- 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
- USERPROFILE =
11
- SAMEUDIDFROMACCOUNT =
12
- FIELDS =
{ ACCOUNTEXIST => {:type => ::Thrift::Types::BOOL, :name => 'accountExist'}, USERPROFILE => {:type => ::Thrift::Types::STRUCT, :name => 'userProfile', :class => ::UserProfile, :optional => true}, SAMEUDIDFROMACCOUNT => {:type => ::Thrift::Types::BOOL, :name => 'sameUdidFromAccount', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
6778 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6778 def struct_fields; FIELDS; end |
#validate ⇒ Object
6780 6781 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6780 def validate end |