Class: Center::Thrift::IIdentityService::GetNextIds_args
- Inherits:
-
Object
- Object
- Center::Thrift::IIdentityService::GetNextIds_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/i_identity_service.rb
Constant Summary collapse
- APPNAME =
1
- COUNT =
2
- FIELDS =
{ APPNAME => {:type => ::Thrift::Types::STRING, :name => 'appName'}, COUNT => {:type => ::Thrift::Types::I32, :name => 'count'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
184 |
# File 'lib/i_identity_service.rb', line 184 def struct_fields; FIELDS; end |
#validate ⇒ Object
186 187 |
# File 'lib/i_identity_service.rb', line 186 def validate end |