Class: Pubid::Sae::Builder
- Inherits:
-
Builder::Base
- Object
- Builder::Base
- Pubid::Sae::Builder
- Defined in:
- lib/pubid/sae/builder.rb
Instance Attribute Summary
Attributes inherited from Builder::Base
Class Method Summary collapse
Methods inherited from Builder::Base
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 |