Class: SI::CopyScape::Balance

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

Instance Attribute Summary collapse

Instance Attribute Details

#todayObject

Returns the value of attribute today

Returns:

  • (Object)

    the current value of today



6
7
8
# File 'lib/copyscape.rb', line 6

def today
  @today
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



6
7
8
# File 'lib/copyscape.rb', line 6

def total
  @total
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/copyscape.rb', line 6

def value
  @value
end