Class: SecurityCenterResult

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

URI =
1
TOKEN =
2
COOKIEPATH =
3
SKIP =
4
FIELDS =
{
  URI => {:type => ::Thrift::Types::STRING, :name => 'uri'},
  TOKEN => {:type => ::Thrift::Types::STRING, :name => 'token'},
  COOKIEPATH => {:type => ::Thrift::Types::STRING, :name => 'cookiePath'},
  SKIP => {:type => ::Thrift::Types::BOOL, :name => 'skip'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end