lib/patch_ruby/models/standard.rb in patch_ruby-1.2.4 vs lib/patch_ruby/models/standard.rb in patch_ruby-1.2.5
- old
+ new
@@ -12,14 +12,17 @@
require 'date'
module Patch
class Standard
+ # The standard type.
attr_accessor :type
+ # The acronym for the standard.
attr_accessor :acronym
+ # The description of the standard.
attr_accessor :description
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{
@@ -34,9 +37,16 @@
{
:'type' => :'String',
:'acronym' => :'String',
:'description' => :'String'
}
+ end
+
+ # Set with nullable attributes.
+ def self.openapi_nullable
+ nullable_properties = Set.new
+
+ nullable_properties
end
# Allows models with corresponding API classes to delegate API operations to those API classes
# Exposes Model.operation_id which delegates to ModelsApi.new.operation_id
# Eg. Order.create_order delegates to OrdersApi.new.create_order