Class: Angus::SDoc::Definitions::Representation
- Inherits:
-
Object
- Object
- Angus::SDoc::Definitions::Representation
- Defined in:
- lib/angus/definitions/representation.rb
Instance Attribute Summary collapse
-
#fields ⇒ Array<RepresentationField>
The fields of the representation.
-
#name ⇒ String
The name of the representation.
Instance Attribute Details
#fields ⇒ Array<RepresentationField>
Returns the fields of the representation.
11 12 13 |
# File 'lib/angus/definitions/representation.rb', line 11 def fields @fields end |
#name ⇒ String
Returns the name of the representation.
7 8 9 |
# File 'lib/angus/definitions/representation.rb', line 7 def name @name end |