Class: Apex::Profile::Base
- Inherits:
-
Object
- Object
- Apex::Profile::Base
- Defined in:
- lib/neptune_apex/profiles/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/neptune_apex/profiles/base.rb', line 4 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
5 6 7 |
# File 'lib/neptune_apex/profiles/base.rb', line 5 def type @type end |