Class: Pickpoint::DeviceListQuery
- Inherits:
-
Struct
- Object
- Struct
- Pickpoint::DeviceListQuery
- Defined in:
- lib/pickpoint/devices.rb
Instance Attribute Summary collapse
-
#idle ⇒ Object
Returns the value of attribute idle.
-
#search ⇒ Object
Returns the value of attribute search.
-
#skip ⇒ Object
Returns the value of attribute skip.
-
#take ⇒ Object
Returns the value of attribute take.
Instance Attribute Details
#idle ⇒ Object
Returns the value of attribute idle
41 42 43 |
# File 'lib/pickpoint/devices.rb', line 41 def idle @idle end |
#search ⇒ Object
Returns the value of attribute search
41 42 43 |
# File 'lib/pickpoint/devices.rb', line 41 def search @search end |
#skip ⇒ Object
Returns the value of attribute skip
41 42 43 |
# File 'lib/pickpoint/devices.rb', line 41 def skip @skip end |
#take ⇒ Object
Returns the value of attribute take
41 42 43 |
# File 'lib/pickpoint/devices.rb', line 41 def take @take end |