Class: Klenod::Build::Plugins::CSSPlugin::Loc
- Inherits:
-
Data
- Object
- Data
- Klenod::Build::Plugins::CSSPlugin::Loc
- Defined in:
- lib/klenod/plugin/css/transformer.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
readonly
Returns the value of attribute end.
-
#file_path ⇒ Object
readonly
Returns the value of attribute file_path.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
Class Method Summary collapse
Instance Attribute Details
#end ⇒ Object (readonly)
Returns the value of attribute end
26 27 28 |
# File 'lib/klenod/plugin/css/transformer.rb', line 26 def end @end end |
#file_path ⇒ Object (readonly)
Returns the value of attribute file_path
26 27 28 |
# File 'lib/klenod/plugin/css/transformer.rb', line 26 def file_path @file_path end |
#start ⇒ Object (readonly)
Returns the value of attribute start
26 27 28 |
# File 'lib/klenod/plugin/css/transformer.rb', line 26 def start @start end |