GetAttributes method

Iterable<String> GetAttributes()

Implementation

Iterable<String> GetAttributes() {
  return _attributes.keys;
}