Class: RegisterWithPhoneNumberResult
- Inherits:
-
Object
- Object
- RegisterWithPhoneNumberResult
- 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
- AUTHTOKEN =
1
- RECOMMENDEMAILREGISTRATION =
2
- CERTIFICATE =
3
- FIELDS =
{ AUTHTOKEN => {:type => ::Thrift::Types::STRING, :name => 'authToken'}, RECOMMENDEMAILREGISTRATION => {:type => ::Thrift::Types::BOOL, :name => 'recommendEmailRegistration'}, CERTIFICATE => {:type => ::Thrift::Types::STRING, :name => 'certificate', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
17050 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17050 def struct_fields; FIELDS; end |
#validate ⇒ Object
17052 17053 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17052 def validate end |