class Evernote::EDAM::Type::User

Public Instance Methods

belongs_to_business?() click to toggle source

Determines if this user is a part of a business

@return [Boolean]

# File lib/evernote/edam/type/user.rb, line 9
def belongs_to_business?
  self.accounting.businessId != nil
end
business_name() click to toggle source

Returns the business name

@return [String]

# File lib/evernote/edam/type/user.rb, line 16
def business_name
  self.accounting.businessName
end