Class: Vicary::Conformance::Golden
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Conformance::Golden
- Defined in:
- lib/vicary/conformance.rb
Instance Attribute Summary collapse
-
#aligns ⇒ Object
Returns the value of attribute aligns.
-
#mapping ⇒ Object
Returns the value of attribute mapping.
-
#masked ⇒ Object
Returns the value of attribute masked.
-
#placeholders ⇒ Object
Returns the value of attribute placeholders.
Instance Attribute Details
#aligns ⇒ Object
Returns the value of attribute aligns
32 33 34 |
# File 'lib/vicary/conformance.rb', line 32 def aligns @aligns end |
#mapping ⇒ Object
Returns the value of attribute mapping
32 33 34 |
# File 'lib/vicary/conformance.rb', line 32 def mapping @mapping end |
#masked ⇒ Object
Returns the value of attribute masked
32 33 34 |
# File 'lib/vicary/conformance.rb', line 32 def masked @masked end |
#placeholders ⇒ Object
Returns the value of attribute placeholders
32 33 34 |
# File 'lib/vicary/conformance.rb', line 32 def placeholders @placeholders end |