Method: Fog::Compute::Ecloud::Mock.data_reset
- Defined in:
- lib/fog/ecloud/compute.rb
.data_reset ⇒ Object
1063 1064 1065 1066 |
# File 'lib/fog/ecloud/compute.rb', line 1063 def self.data_reset Fog::Logger.deprecation("#{self} => #data_reset is deprecated, use #reset instead [light_black](#{caller.first})[/]") self.reset end |