Method: NotionRubyMapping::NumberProperty#format
- Defined in:
- lib/notion_ruby_mapping/properties/number_property.rb
#format ⇒ String
Returns new or settled format.
25 26 27 28 |
# File 'lib/notion_ruby_mapping/properties/number_property.rb', line 25 def format assert_database_or_data_source_property __method__ @json["format"] end |