class ContentstackUtils::Interface::Rendarable

Public Instance Methods

render_option(embeddedObject, metadata) click to toggle source
# File lib/contentstack_utils/interface/renderable.rb, line 4
def render_option(embeddedObject, metadata)
    raise NotImplementedError, "Implement this method in a child class"
end