class AmoCRM::Entities::Good
Public Instance Methods
features(universe)
click to toggle source
preferences
# File lib/amo_crm/entities/good.rb, line 28 def features universe cache :features, universe do universe.features.where goodUuid: uuid end end