lib/billomat/models/base.rb in billomat-0.1.5 vs lib/billomat/models/base.rb in billomat-0.1.6
- old
+ new
@@ -96,10 +96,10 @@
##
# Returns the object with the right JSON structure
#
# @return [Hash] The objects data
- def as_json(options = nil)
+ def as_json(_options = nil)
@data.to_h
end
##
# All values in the @data hash can be accessed like a 'normal' method