Class: Passport::Thrift::BindStatus
- Inherits:
-
Object
- Object
- Passport::Thrift::BindStatus
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_passport_types.rb
Constant Summary collapse
- THIRDPARTYID =
1- THIRDPARTYNAME =
2- THIRDPARTYNICKNAME =
3- ISEXPIRED =
4- HOMEPAGE =
5- THIRDPARTYUID =
6- FIELDS =
{ THIRDPARTYID => {:type => ::Thrift::Types::I64, :name => 'thirdpartyId'}, THIRDPARTYNAME => {:type => ::Thrift::Types::STRING, :name => 'thirdpartyName', :optional => true}, THIRDPARTYNICKNAME => {:type => ::Thrift::Types::STRING, :name => 'thirdpartyNickname', :optional => true}, ISEXPIRED => {:type => ::Thrift::Types::BOOL, :name => 'isExpired'}, HOMEPAGE => {:type => ::Thrift::Types::STRING, :name => 'homePage', :optional => true}, THIRDPARTYUID => {:type => ::Thrift::Types::I64, :name => 'thirdpartyUid'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
247 |
# File 'lib/remote_passport_types.rb', line 247 def struct_fields; FIELDS; end |
#validate ⇒ Object
249 250 |
# File 'lib/remote_passport_types.rb', line 249 def validate end |