Class: Airavata::ShareResourceWithGroups_args
- Inherits:
-
Object
- Object
- Airavata::ShareResourceWithGroups_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/airavata.rb
Constant Summary collapse
- AUTHZTOKEN =
1
- RESOURCEID =
2
- GROUPPERMISSIONLIST =
4
- FIELDS =
{ AUTHZTOKEN => {:type => ::Thrift::Types::STRUCT, :name => 'authzToken', :class => ::AuthzToken}, RESOURCEID => {:type => ::Thrift::Types::STRING, :name => 'resourceId'}, GROUPPERMISSIONLIST => {:type => ::Thrift::Types::MAP, :name => 'groupPermissionList', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::I32, :enum_class => ::ResourcePermissionType}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
14325 |
# File 'lib/airavata.rb', line 14325 def struct_fields; FIELDS; end |
#validate ⇒ Object
14327 14328 14329 14330 |
# File 'lib/airavata.rb', line 14327 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field authzToken is unset!') unless @authzToken raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field resourceId is unset!') unless @resourceId end |