Class: Songfile::Reviewer

Inherits:
Struct
  • Object
show all
Defined in:
lib/songfile/council.rb

Overview

bigger number means more influence (I use them as multiplier values)

Instance Attribute Summary collapse

Instance Attribute Details

#influenceObject

Returns the value of attribute influence

Returns:

  • (Object)

    the current value of influence



2
3
4
# File 'lib/songfile/council.rb', line 2

def influence
  @influence
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/songfile/council.rb', line 2

def name
  @name
end