Class: RuboCop::Erb::RubyClip
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Erb::RubyClip
- Defined in:
- lib/rubocop/erb/ruby_clip.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
5 6 7 |
# File 'lib/rubocop/erb/ruby_clip.rb', line 5 def code @code end |
#offset ⇒ Object
Returns the value of attribute offset
5 6 7 |
# File 'lib/rubocop/erb/ruby_clip.rb', line 5 def offset @offset end |