Class: Mayu::CSS::Pos
- Inherits:
-
Data
- Object
- Data
- Mayu::CSS::Pos
- Defined in:
- lib/mayu/css.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
Class Method Summary collapse
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
35 36 37 |
# File 'lib/mayu/css.rb', line 35 def column @column end |
#line ⇒ Object (readonly)
Returns the value of attribute line
35 36 37 |
# File 'lib/mayu/css.rb', line 35 def line @line end |
Class Method Details
.from_ext(data) ⇒ Object
36 37 |
# File 'lib/mayu/css.rb', line 36 def self.from_ext(data) = new(data[:line], data[:column]) |