class XeroGateway::BrandingTheme

Public Instance Methods

default?() click to toggle source
# File lib/xero_gateway/branding_theme.rb, line 10
def default?
  sort_order == 0
end