Exception: MailDiode::FolderMissingError

Inherits:
IOError
  • Object
show all
Defined in:
lib/maildir.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(folder_name) ⇒ FolderMissingError

Returns a new instance of FolderMissingError.



22
23
24
# File 'lib/maildir.rb', line 22

def initialize(folder_name)
  @folder = folder_name
end

Instance Attribute Details

#folderObject (readonly)

Returns the value of attribute folder.



20
21
22
# File 'lib/maildir.rb', line 20

def folder
  @folder
end