Class: Klenod::Build::Plugins::CSSPlugin::Pos
- Inherits:
-
Data
- Object
- Data
- Klenod::Build::Plugins::CSSPlugin::Pos
- Defined in:
- lib/klenod/plugin/css/transformer.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/klenod/plugin/css/transformer.rb', line 35 def column @column end |
#line ⇒ Object (readonly)
Returns the value of attribute line
35 36 37 |
# File 'lib/klenod/plugin/css/transformer.rb', line 35 def line @line end |
Class Method Details
.from_ext(data) ⇒ Object
36 37 |
# File 'lib/klenod/plugin/css/transformer.rb', line 36 def self.from_ext(data) = new(data.fetch("line"), data.fetch("column")) |