Class: Buxfer::Tag
Instance Method Summary collapse
- #report(options = {}) ⇒ Object
-
#transactions(options = {}) ⇒ Object
Return an array of the last 25 transactions for this tag.
Instance Method Details
#report(options = {}) ⇒ Object
9 10 11 |
# File 'lib/buxfer/tag.rb', line 9 def report( = {}) Buxfer.reports(.merge(:tagName => self.name)) end |
#transactions(options = {}) ⇒ Object
Return an array of the last 25 transactions for this tag. See Buxfer::Base#transactions for valid options.
5 6 7 |
# File 'lib/buxfer/tag.rb', line 5 def transactions( = {}) Buxfer.transactions(.merge(:tag => self)) end |