Method: GoodData::MdObject#production
- Defined in:
- lib/gooddata/models/metadata.rb
#production ⇒ Object Also known as: production?
166 167 168 |
# File 'lib/gooddata/models/metadata.rb', line 166 def production ['isProduction'] == '1' || get_flag?('production') end |