Class: Apex::Profile::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/neptune_apex/profiles/base.rb

Direct Known Subclasses

Vega

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/neptune_apex/profiles/base.rb', line 4

def name
  @name
end

#typeObject (readonly)

Returns the value of attribute type.



5
6
7
# File 'lib/neptune_apex/profiles/base.rb', line 5

def type
  @type
end