Class: USPSFlags::Core::TridentSpecs::Short

Inherits:
Base
  • Object
show all
Includes:
Horizontal, Overlay, Vertical
Defined in:
lib/usps_flags/core/trident_specs/short.rb

Instance Method Summary collapse

Methods included from Overlay

#_

Methods included from Horizontal

#_

Methods included from Vertical

#_

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from USPSFlags::Core::TridentSpecs::Base

Instance Method Details

#pObject



15
16
17
18
19
20
21
22
23
24
25
26
# File 'lib/usps_flags/core/trident_specs/short.rb', line 15

def p
  output('Short', -14, :s) do
    <<~SVG
      #{boundary_box}
      #{right}
      #{left}
      #{bottom}
      #{top}
      #{overlay}
    SVG
  end
end