Class: Pubid::Sae::Builder

Inherits:
Builder::Base show all
Defined in:
lib/pubid/sae/builder.rb

Instance Attribute Summary

Attributes inherited from Builder::Base

#identifier

Class Method Summary collapse

Methods inherited from Builder::Base

#build, #initialize

Constructor Details

This class inherits a constructor from Pubid::Builder::Base

Class Method Details

.build(parsed_data) ⇒ Object



6
7
8
# File 'lib/pubid/sae/builder.rb', line 6

def self.build(parsed_data)
  new.build(parsed_data)
end