Class: AuditLogEntry

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

Constant Summary collapse

ID =
1
USERAGENT =
2
TAG =
3
FIELDS =
{
  ID => {:type => ::Thrift::Types::I64, :name => 'id'},
  USERAGENT => {:type => ::Thrift::Types::STRING, :name => 'useragent'},
  TAG => {:type => ::Thrift::Types::I64, :name => 'tag'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



62
# File 'lib/snowflake_types.rb', line 62

def struct_fields; FIELDS; end

#validateObject



64
65
# File 'lib/snowflake_types.rb', line 64

def validate
end