Class: SI::CopyScape::Balance
- Inherits:
-
Struct
- Object
- Struct
- SI::CopyScape::Balance
- Defined in:
- lib/copyscape.rb
Instance Attribute Summary collapse
-
#today ⇒ Object
Returns the value of attribute today.
-
#total ⇒ Object
Returns the value of attribute total.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#today ⇒ Object
Returns the value of attribute today
6 7 8 |
# File 'lib/copyscape.rb', line 6 def today @today end |
#total ⇒ Object
Returns the value of attribute total
6 7 8 |
# File 'lib/copyscape.rb', line 6 def total @total end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/copyscape.rb', line 6 def value @value end |