Method: Fog::Hyperv::ModelIncludes#lazy_attributes
- Defined in:
- lib/fog/model.rb
#lazy_attributes ⇒ Object
11 12 13 |
# File 'lib/fog/model.rb', line 11 def lazy_attributes self.class.respond_to?(:lazy_attributes) ? self.class.lazy_attributes : [] end |