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
16165 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16165 def struct_fields; FIELDS; end |
#validate ⇒ Object
16167 16168 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16167 def validate end |