Class: UserPhoneNumber
- Inherits:
-
Object
- Object
- UserPhoneNumber
- 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
- PHONENUMBER =
1
- COUNTRYCODE =
2
- FIELDS =
{ PHONENUMBER => {:type => ::Thrift::Types::STRING, :name => 'phoneNumber'}, COUNTRYCODE => {:type => ::Thrift::Types::STRING, :name => 'countryCode'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
6584 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6584 def struct_fields; FIELDS; end |
#validate ⇒ Object
6586 6587 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6586 def validate end |