Method: Microstation::TS::TagSetTrait#tagset_names

Defined in:
lib/microstation/ts/tagset_trait.rb

#tagset_namesObject



8
9
10
# File 'lib/microstation/ts/tagset_trait.rb', line 8

def tagset_names
  tagsets.map { |ts| ts.name }
end