Class: Feat::Datafile::SegmentSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/feat/datafile.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



22
23
24
# File 'lib/feat/datafile.rb', line 22

def key
  @key
end

#rulesObject

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



22
23
24
# File 'lib/feat/datafile.rb', line 22

def rules
  @rules
end