Class: Seahorse::Model::Shapes::BlobShape

Inherits:
Shape
  • Object
show all
Defined in:
lib/seahorse/model/shapes.rb

Instance Attribute Summary collapse

Attributes inherited from Shape

#documentation, #name

Method Summary

Methods inherited from Shape

#[], #[]=, #initialize

Constructor Details

This class inherits a constructor from Seahorse::Model::Shapes::Shape

Instance Attribute Details

#maxInteger?

Returns:

  • (Integer, nil)


107
108
109
# File 'lib/seahorse/model/shapes.rb', line 107

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


104
105
106
# File 'lib/seahorse/model/shapes.rb', line 104

def min
  @min
end