Class: Pickpoint::DeviceListQuery

Inherits:
Struct
  • Object
show all
Defined in:
lib/pickpoint/devices.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idleObject

Returns the value of attribute idle

Returns:

  • (Object)

    the current value of idle



41
42
43
# File 'lib/pickpoint/devices.rb', line 41

def idle
  @idle
end

#searchObject

Returns the value of attribute search

Returns:

  • (Object)

    the current value of search



41
42
43
# File 'lib/pickpoint/devices.rb', line 41

def search
  @search
end

#skipObject

Returns the value of attribute skip

Returns:

  • (Object)

    the current value of skip



41
42
43
# File 'lib/pickpoint/devices.rb', line 41

def skip
  @skip
end

#takeObject

Returns the value of attribute take

Returns:

  • (Object)

    the current value of take



41
42
43
# File 'lib/pickpoint/devices.rb', line 41

def take
  @take
end