Class: Shale::Attribute
- Inherits:
-
Object
- Object
- Shale::Attribute
- Extended by:
- T::Sig
- Defined in:
- lib/shale/attribute.rb
Overview
rubocop:disable Style/Documentation
Instance Attribute Summary collapse
-
#doc ⇒ Object
Returns the value of attribute doc.
Instance Attribute Details
#doc ⇒ Object
Returns the value of attribute doc.
13 14 15 |
# File 'lib/shale/attribute.rb', line 13 def doc @doc end |