You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/gooddata/mixins/md_object_query.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ module MdObjectQuery
8
8
# @param options [Hash] the options hash
9
9
# @option options [Boolean] :full if passed true the subclass can decide to pull in full objects. This is desirable from the usability POV but unfortunately has negative impact on performance so it is not the default
10
10
# @return [Array<GoodData::MdObject> | Array<Hash>] Return the appropriate metadata objects or their representation
Copy file name to clipboardExpand all lines: lib/gooddata/models/metadata/attribute.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ class << self
20
20
# @param options [Hash] the options hash
21
21
# @option options [Boolean] :full if passed true the subclass can decide to pull in full objects. This is desirable from the usability POV but unfortunately has negative impact on performance so it is not the default
22
22
# @return [Array<GoodData::MdObject> | Array<Hash>] Return the appropriate metadata objects or their representation
Copy file name to clipboardExpand all lines: lib/gooddata/models/metadata/dashboard.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ class << self
17
17
# @param options [Hash] the options hash
18
18
# @option options [Boolean] :full if passed true the subclass can decide to pull in full objects. This is desirable from the usability POV but unfortunately has negative impact on performance so it is not the default
19
19
# @return [Array<GoodData::MdObject> | Array<Hash>] Return the appropriate metadata objects or their representation
Copy file name to clipboardExpand all lines: lib/gooddata/models/metadata/fact.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ class << self
21
21
# @param options [Hash] the options hash
22
22
# @option options [Boolean] :full if passed true the subclass can decide to pull in full objects. This is desirable from the usability POV but unfortunately has negative impact on performance so it is not the default
23
23
# @return [Array<GoodData::MdObject> | Array<Hash>] Return the appropriate metadata objects or their representation
Copy file name to clipboardExpand all lines: lib/gooddata/models/metadata/metric.rb
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ class << self
23
23
# @param options [Hash] the options hash
24
24
# @option options [Boolean] :full if passed true the subclass can decide to pull in full objects. This is desirable from the usability POV but unfortunately has negative impact on performance so it is not the default
25
25
# @return [Array<GoodData::MdObject> | Array<Hash>] Return the appropriate metadata objects or their representation
Copy file name to clipboardExpand all lines: lib/gooddata/models/metadata/report.rb
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ class << self
13
13
# @param options [Hash] the options hash
14
14
# @option options [Boolean] :full if passed true the subclass can decide to pull in full objects. This is desirable from the usability POV but unfortunately has negative impact on performance so it is not the default
15
15
# @return [Array<GoodData::MdObject> | Array<Hash>] Return the appropriate metadata objects or their representation
# Add a report definition to a report. This will show on a UI as a new version.
57
57
#
58
-
# @param report_definition [GoodData::ReportDefinition | String] Report definition to add. Either it can be a URI of a report definition or an actual report definition object.
58
+
# @param report_definition [GoodData::ReportDefinition | String] Report definition to add. Either it can be a URI of a report definition or an actual report definition object.
Copy file name to clipboardExpand all lines: lib/gooddata/models/metadata/report_definition.rb
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ class << self
16
16
# @param options [Hash] the options hash
17
17
# @option options [Boolean] :full if passed true the subclass can decide to pull in full objects. This is desirable from the usability POV but unfortunately has negative impact on performance so it is not the default
18
18
# @return [Array<GoodData::MdObject> | Array<Hash>] Return the appropriate metadata objects or their representation
0 commit comments