Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
airtable
master
Airtable
Base
Error
Record
Table
Built with Crystal 1.9.2
2023-10-07 21:21:21 UTC
class
Airtable::Record
Airtable::Record
Reference
Object
Defined in:
airtable/record.cr
Constructors
.new
(fields : Hash(String, String))
Instance Method Summary
#fields
: Hash(String, String)
#fields=
(fields : Hash(String, String))
#to_json
(io : JSON::Builder)
Constructor Detail
def self.
new
(fields : Hash(String, String))
#
[
View source
]
Instance Method Detail
def
fields
: Hash(String, String)
#
[
View source
]
def
fields=
(fields : Hash(String, String))
#
[
View source
]
def
to_json
(io : JSON::Builder)
#
[
View source
]