Method: GoodData::Project#create_variable

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

#create_variable(data) ⇒ Object



993
994
995
# File 'lib/gooddata/models/project.rb', line 993

def create_variable(data)
  GoodData::Variable.create(data, client: client, project: self)
end