Class: Angus::SDoc::Definitions::Representation

Inherits:
Object
  • Object
show all
Defined in:
lib/angus/definitions/representation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<RepresentationField>

Returns the fields of the representation.

Returns:



11
12
13
# File 'lib/angus/definitions/representation.rb', line 11

def fields
  @fields
end

#nameString

Returns the name of the representation.

Returns:

  • (String)

    the name of the representation.



7
8
9
# File 'lib/angus/definitions/representation.rb', line 7

def name
  @name
end