module SimpleModelView

Constants

VERSION

Attributes

collection_header_html[RW]
collection_table_html[RW]
collection_wrapper_html[RW]
formatter[RW]
resource_label_html[RW]
resource_table_html[RW]
resource_value_html[RW]
resource_wrapper_html[RW]

Public Class Methods

setup() { |self| ... } click to toggle source
# File lib/simple_model_view.rb, line 42
def setup
  yield self
end