Top Level Namespace
Defined Under Namespace
Modules: Icss Classes: Array, Binary, Boolean, Date, Double, Exception, FalseClass, Float, Hash, Integer, Long, NilClass, Numeric, Object, Range, Regexp, String, Symbol, Time, TrueClass, ZAML
Instance Method Summary collapse
Instance Method Details
#test_icss ⇒ Object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/icss/receiver_model/to_geo_json.rb', line 1 def test_icss return "---\nnamespace: foo.bar\nprotocol: baz\ntypes:\n\n- name: place\n doc: Foo bar place\n type: record\n fields:\n - name: name\n doc: Your name.\n type: string\n - name: website\n doc: Your website.\n type: url\n" end |