Class: FeatureRich::FeatureStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/feature-rich/feature.rb

Instance Attribute Summary collapse

Instance Attribute Details

#featuresObject

Returns the value of attribute features

Returns:

  • (Object)

    the current value of features



2
3
4
# File 'lib/feature-rich/feature.rb', line 2

def features
  @features
end

#group_featuresObject

Returns the value of attribute group_features

Returns:

  • (Object)

    the current value of group_features



2
3
4
# File 'lib/feature-rich/feature.rb', line 2

def group_features
  @group_features
end