Merge branch 'master' into jc-v3-env-vars
This commit is contained in:
commit
f1d7305e9d
|
@ -33,10 +33,10 @@ module Travis::API::V3
|
||||||
end
|
end
|
||||||
|
|
||||||
def fields
|
def fields
|
||||||
fields = { :"@type" => type }
|
fields = { :"@type" => type }
|
||||||
fields[:@href] = href if href
|
fields[:@href] = href if href
|
||||||
fields[:@representation] = representation
|
fields[:@representation] = representation
|
||||||
fields[:@pagination] = pagination_info if meta_data.include? :pagination
|
fields[:@pagination] = pagination_info if meta_data.include? :pagination
|
||||||
fields
|
fields
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user