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