Class: Center::Thrift::IIdentityService::GetNextIds_result
- Inherits:
-
Object
- Object
- Center::Thrift::IIdentityService::GetNextIds_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/i_identity_service.rb
Constant Summary collapse
- SUCCESS =
0
- IANREX =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::I64}}, IANREX => {:type => ::Thrift::Types::STRUCT, :name => 'ianrex', :class => ::Center::Thrift::InvalidAppNameRuntimeException} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
202 |
# File 'lib/i_identity_service.rb', line 202 def struct_fields; FIELDS; end |
#validate ⇒ Object
204 205 |
# File 'lib/i_identity_service.rb', line 204 def validate end |