Module: Ask::Content::Block
Overview
Base module for all content types.
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
36 37 38 |
# File 'lib/ask/content.rb', line 36 def inspect "#<#{self.class.name}#{inspect_fields}>" end |
#to_h ⇒ Object
32 33 34 |
# File 'lib/ask/content.rb', line 32 def to_h raise NotImplementedError end |