Class: TrelloDXY::Formatters::BoardForUrl
- Inherits:
-
Base
- Object
- Base
- TrelloDXY::Formatters::BoardForUrl
show all
- Defined in:
- lib/trello_dxy/formatters/board_for_url.rb
Instance Method Summary
collapse
Methods inherited from Base
#initialize, #output
Instance Method Details
#to_csv ⇒ Object
7
8
9
|
# File 'lib/trello_dxy/formatters/board_for_url.rb', line 7
def to_csv
generate_csv(data)
end
|
#to_json ⇒ Object
11
12
13
|
# File 'lib/trello_dxy/formatters/board_for_url.rb', line 11
def to_json
generate_json(data)
end
|