Class: SIMInfo

Inherits:
Object
  • Object
show all
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_fieldsObject



17722
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17722

def struct_fields; FIELDS; end

#validateObject



17724
17725
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17724

def validate
end