More back porting
This commit is contained in:
parent
553a65df04
commit
de75aa3116
|
|
@ -51,6 +51,10 @@ module QA
|
||||||
"/groups/#{CGI.escape("#{sandbox.path}/#{path}")}"
|
"/groups/#{CGI.escape("#{sandbox.path}/#{path}")}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def api_members_path
|
||||||
|
"#{api_get_path}/members"
|
||||||
|
end
|
||||||
|
|
||||||
def api_post_path
|
def api_post_path
|
||||||
'/groups'
|
'/groups'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ module QA
|
||||||
# creating it if it doesn't yet exist.
|
# creating it if it doesn't yet exist.
|
||||||
#
|
#
|
||||||
class Sandbox < Base
|
class Sandbox < Base
|
||||||
attr_accessor :path
|
attr_reader :path
|
||||||
|
|
||||||
attribute :id
|
attribute :id
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue