Class: YapiCheck::YapiParams

Inherits:
Object
  • Object
show all
Defined in:
lib/yapi_check/yapi_params.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



3
4
5
# File 'lib/yapi_check/yapi_params.rb', line 3

def category
  @category
end

#descObject

Returns the value of attribute desc.



3
4
5
# File 'lib/yapi_check/yapi_params.rb', line 3

def desc
  @desc
end

#exampleObject

Returns the value of attribute example.



3
4
5
# File 'lib/yapi_check/yapi_params.rb', line 3

def example
  @example
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/yapi_check/yapi_params.rb', line 3

def name
  @name
end

#requiredObject

Returns the value of attribute required.



3
4
5
# File 'lib/yapi_check/yapi_params.rb', line 3

def required
  @required
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/yapi_check/yapi_params.rb', line 3

def type
  @type
end