Class: DocSmoosher::Parameter

Inherits:
ApiObject show all
Defined in:
lib/doc_smoosher/parameter.rb

Instance Attribute Summary collapse

Attributes inherited from ApiObject

#description, #name

Attributes included from Parameters

#parameters, #resource

Method Summary

Methods inherited from ApiObject

#initialize

Methods included from Parameters

#parameter

Constructor Details

This class inherits a constructor from DocSmoosher::ApiObject

Instance Attribute Details

#defaultObject

Returns the value of attribute default.



3
4
5
# File 'lib/doc_smoosher/parameter.rb', line 3

def default
  @default
end

#exampleObject

Returns the value of attribute example.



3
4
5
# File 'lib/doc_smoosher/parameter.rb', line 3

def example
  @example
end

#maxObject

Returns the value of attribute max.



3
4
5
# File 'lib/doc_smoosher/parameter.rb', line 3

def max
  @max
end

#minObject

Returns the value of attribute min.



3
4
5
# File 'lib/doc_smoosher/parameter.rb', line 3

def min
  @min
end

#requiredObject

Returns the value of attribute required.



3
4
5
# File 'lib/doc_smoosher/parameter.rb', line 3

def required
  @required
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/doc_smoosher/parameter.rb', line 3

def type
  @type
end