Removed trailing whitespace.
This commit is contained in:
parent
3f50b2dcbd
commit
45bc8f4898
|
@ -24,7 +24,7 @@ module Google
|
||||||
##
|
##
|
||||||
# Media upload elements for discovered methods
|
# Media upload elements for discovered methods
|
||||||
class MediaUpload
|
class MediaUpload
|
||||||
|
|
||||||
##
|
##
|
||||||
# Creates a description of a particular method.
|
# Creates a description of a particular method.
|
||||||
#
|
#
|
||||||
|
@ -45,17 +45,17 @@ module Google
|
||||||
##
|
##
|
||||||
# List of acceptable mime types
|
# List of acceptable mime types
|
||||||
#
|
#
|
||||||
# @return [Array]
|
# @return [Array]
|
||||||
# List of acceptable mime types for uploaded content
|
# List of acceptable mime types for uploaded content
|
||||||
def accepted_types
|
def accepted_types
|
||||||
@discovery_document['accept']
|
@discovery_document['accept']
|
||||||
end
|
end
|
||||||
|
|
||||||
##
|
##
|
||||||
# Maximum size of an uplad
|
# Maximum size of an uplad
|
||||||
# TODO: Parse & convert to numeric value
|
# TODO: Parse & convert to numeric value
|
||||||
#
|
#
|
||||||
# @return [String]
|
# @return [String]
|
||||||
def max_size
|
def max_size
|
||||||
@discovery_document['maxSize']
|
@discovery_document['maxSize']
|
||||||
end
|
end
|
||||||
|
@ -72,6 +72,6 @@ module Google
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue