Class: Airavata::GetAllCredentialSummaries_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/airavata.rb

Constant Summary collapse

SUCCESS =
0
IRE =
1
ACE =
2
ASE =
3
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CredentialSummary}},
  IRE => {:type => ::Thrift::Types::STRUCT, :name => 'ire', :class => ::InvalidRequestException},
  ACE => {:type => ::Thrift::Types::STRUCT, :name => 'ace', :class => ::AiravataClientException},
  ASE => {:type => ::Thrift::Types::STRUCT, :name => 'ase', :class => ::AiravataSystemException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



7677
# File 'lib/airavata.rb', line 7677

def struct_fields; FIELDS; end

#validateObject



7679
7680
# File 'lib/airavata.rb', line 7679

def validate
end