A Dashing widget for displaying the number of items of lists on a Trello board.
See a live demo here.
I hereby claim:
To claim this, I am signing this object:
##Usage
The pay and leave for parents determines whether a single parent or two parents are eligible for any the following
##Workplace pension calculator
def threshold_annual_rate
if Date.today < Date.civil(2013, 4, 8)
8105.0
elsif Date.today >= Date.civil(2013, 4, 8)
9440.0
end
end
class Employee | |
attr_reader :name, :month_salary | |
def initialize(args) | |
@name = args[:name] | |
@month_salary = args[:month_salary] | |
end | |
def vat | |
0.20 | |
end |