Class: Ppl::Format::AddressBook::MuttQuery
- Inherits:
-
Ppl::Format::AddressBook
- Object
- Ppl::Format::AddressBook
- Ppl::Format::AddressBook::MuttQuery
- Defined in:
- lib/ppl/format/address_book/mutt_query.rb
Instance Attribute Summary collapse
-
#table ⇒ Object
writeonly
Sets the attribute table.
Instance Method Summary collapse
-
#initialize ⇒ MuttQuery
constructor
A new instance of MuttQuery.
- #process(address_book) ⇒ Object
Constructor Details
Instance Attribute Details
#table=(value) ⇒ Object (writeonly)
Sets the attribute table
3 4 5 |
# File 'lib/ppl/format/address_book/mutt_query.rb', line 3 def table=(value) @table = value end |
Instance Method Details
#process(address_book) ⇒ Object
10 11 12 13 |
# File 'lib/ppl/format/address_book/mutt_query.rb', line 10 def process(address_book) address_book.contacts.each { |contact| add_contact(contact) } @table.to_s end |