Class: Sevgi::Sundries::Grid::Axis
- Defined in:
- lib/sevgi/sundries/grid.rb
Defined Under Namespace
Classes: Halve, Major, Minor, Query
Instance Attribute Summary collapse
-
#halve ⇒ Object
readonly
Returns the value of attribute halve.
-
#major ⇒ Object
readonly
Returns the value of attribute major.
-
#minor ⇒ Object
readonly
Returns the value of attribute minor.
Attributes inherited from Ruler
Attributes inherited from Interval
Instance Method Summary collapse
-
#initialize(this, other) ⇒ Axis
constructor
A new instance of Axis.
Methods inherited from Ruler
#expand, #margin, #ms, #sd, #sn, #su, #waste
Methods inherited from Interval
[], #[], #count, #d, #ds, #h, #hs, #nds, #nhs
Constructor Details
Instance Attribute Details
#halve ⇒ Object (readonly)
Returns the value of attribute halve.
33 34 35 |
# File 'lib/sevgi/sundries/grid.rb', line 33 def halve @halve end |
#major ⇒ Object (readonly)
Returns the value of attribute major.
33 34 35 |
# File 'lib/sevgi/sundries/grid.rb', line 33 def major @major end |
#minor ⇒ Object (readonly)
Returns the value of attribute minor.
33 34 35 |
# File 'lib/sevgi/sundries/grid.rb', line 33 def minor @minor end |