Class: Rea::AspectType::IdentifierSetup
- Defined in:
- lib/rea/aspect_type/identifier_setup.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
readonly
Returns the value of attribute identifier.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Rea::AspectType::Base
Instance Attribute Details
#identifier ⇒ Object (readonly)
Returns the value of attribute identifier.
4 5 6 |
# File 'lib/rea/aspect_type/identifier_setup.rb', line 4 def identifier @identifier end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
4 5 6 |
# File 'lib/rea/aspect_type/identifier_setup.rb', line 4 def name @name end |