Class: PSD::Pattern

Inherits:
LayerInfo show all
Defined in:
lib/psd/layer/info/pattern.rb

Instance Attribute Summary

Attributes inherited from LayerInfo

#data

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from LayerInfo

#initialize, #skip

Constructor Details

This class inherits a constructor from PSD::LayerInfo

Class Method Details

.should_parse?(key) ⇒ Boolean

Returns:

  • (Boolean)


5
6
7
8
# File 'lib/psd/layer/info/pattern.rb', line 5

def self.should_parse?(key)
  return false
  ['Patt', 'Pat2', 'Pat3'].include?(key)
end

Instance Method Details

#parseObject



10
11
12
# File 'lib/psd/layer/info/pattern.rb', line 10

def parse

end