enum

Airtable::DataSource

Inherits Enum < Comparable < Value < Object

Constants

Cache = 1
Backend = 2
None = 0
All = 3

Constructors

new(string_or_nil : String | Nil = nil, int_or_symbol : Int32 | Nil | Symbol | Nil = nil)
Source

Instance methods

backend?

Returns true if this enum value contains Backend

Source
cache?

Returns true if this enum value contains Cache

Source
none?
Source