class Attio::APIResource
def [](key)
-
(Object)
- The value of the attribute
Parameters:
-
key
(String, Symbol
) -- The attribute key to retrieve
def [](key) @attributes[key.to_sym] end
(Object)
- The value of the attribute
key
(String, Symbol
)
-- The attribute key to retrieve
def [](key) @attributes[key.to_sym] end