Class: CucumberFM::FeatureElement::Comment

Inherits:
Struct
  • Object
show all
Defined in:
lib/cucumber_f_m/feature_element/comment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ancestorsObject

Returns the value of attribute ancestors

Returns:

  • (Object)

    the current value of ancestors



3
4
5
# File 'lib/cucumber_f_m/feature_element/comment.rb', line 3

def ancestors
  @ancestors
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



3
4
5
# File 'lib/cucumber_f_m/feature_element/comment.rb', line 3

def raw
  @raw
end