class Eol::Mailbox

Public Instance Methods

base_path() click to toggle source
# File lib/eol/resources/mailbox.rb, line 7
def base_path
  "mailbox/Mailboxes"
end
mandatory_attributes() click to toggle source
# File lib/eol/resources/mailbox.rb, line 18
def mandatory_attributes
  %i[mailbox]
end
other_attributes() click to toggle source
# File lib/eol/resources/mailbox.rb, line 11
def other_attributes
  %i[
    account description for_division publish
    type valid_from valid_to
  ]
end