Class: SimCard
- Inherits:
-
Object
- Object
- SimCard
- 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
- COUNTRYCODE =
1
- HNI =
2
- CARRIERNAME =
3
- FIELDS =
{ COUNTRYCODE => {:type => ::Thrift::Types::STRING, :name => 'countryCode'}, HNI => {:type => ::Thrift::Types::STRING, :name => 'hni'}, CARRIERNAME => {:type => ::Thrift::Types::STRING, :name => 'carrierName'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
5007 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5007 def struct_fields; FIELDS; end |
#validate ⇒ Object
5009 5010 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 5009 def validate end |