Method: GoodData::MdObject#production

Defined in:
lib/gooddata/models/metadata.rb

#productionObject Also known as: production?



166
167
168
# File 'lib/gooddata/models/metadata.rb', line 166

def production
  meta['isProduction'] == '1' || get_flag?('production')
end