class PaloAlto::XML::Config::Shared::Profiles::HipObjects::Entry::MobileDevice::Criteria::LastCheckinTime

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 21605
def _section
        :'last-checkin-time'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 21602
def has_multiple_values?
        false
end
not_within() click to toggle source
# File lib/palo_alto/config.rb, line 21657
def not_within
        @subclasses['not-within'] ||= NotWithin.new(parent_instance: self, create_children: @create_children)
end
within() click to toggle source
# File lib/palo_alto/config.rb, line 21631
def within
        @subclasses['within'] ||= Within.new(parent_instance: self, create_children: @create_children)
end