Class: Puree::Model::Identifier
- Defined in:
- lib/puree/model/identifier.rb
Overview
An identifier.
Instance Attribute Summary collapse
Method Summary
Methods inherited from Structure
Instance Attribute Details
#id ⇒ String?
9 10 11 |
# File 'lib/puree/model/identifier.rb', line 9 def id @id end |
#type ⇒ String?
12 13 14 |
# File 'lib/puree/model/identifier.rb', line 12 def type @type end |