Class: SIMInfo
- Inherits:
-
Object
- Object
- SIMInfo
- 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
16842 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16842 def struct_fields; FIELDS; end |
#validate ⇒ Object
16844 16845 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16844 def validate end |