Class: S2D::Configuration::Attribute

Inherits:
Object
  • Object
show all
Defined in:
lib/s2d/configuration/attribute.rb

Direct Known Subclasses

MandatoryAttribute, OptionalAttribute

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description.



4
5
6
# File 'lib/s2d/configuration/attribute.rb', line 4

def description
  @description
end

#keyObject (readonly)

Returns the value of attribute key.



4
5
6
# File 'lib/s2d/configuration/attribute.rb', line 4

def key
  @key
end