indentation
This commit is contained in:
parent
1d7bc10ed9
commit
f7f6478fa4
|
@ -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