Class: Verstehen::Dimension
- Inherits:
-
Struct
- Object
- Struct
- Verstehen::Dimension
- Defined in:
- lib/verstehen.rb
Instance Attribute Summary collapse
-
#for ⇒ Object
Returns the value of attribute for.
-
#if ⇒ Object
Returns the value of attribute if.
-
#in ⇒ Object
Returns the value of attribute in.
Instance Attribute Details
#for ⇒ Object
Returns the value of attribute for
8 9 10 |
# File 'lib/verstehen.rb', line 8 def for @for end |
#if ⇒ Object
Returns the value of attribute if
8 9 10 |
# File 'lib/verstehen.rb', line 8 def if @if end |
#in ⇒ Object
Returns the value of attribute in
8 9 10 |
# File 'lib/verstehen.rb', line 8 def in @in end |