Class: FbResource::Device

Inherits:
AbstractResource show all
Defined in:
lib/resources/device.rb

Instance Attribute Summary

Attributes inherited from AbstractResource

#conf

Instance Method Summary collapse

Methods inherited from AbstractResource

#all, #fetch, #fetch_no, #fetch_ok, #initialize

Constructor Details

This class inherits a constructor from FbResource::AbstractResource

Instance Method Details

#currentObject

Alias for #all() because #all() makes no sense on a singular resource.



8
9
10
# File 'lib/resources/device.rb', line 8

def current
  all
end