class Attio::APIResource

def [](key)

Returns:
  • (Object) - The value of the attribute

Parameters:
  • key (String, Symbol) -- The attribute key to retrieve
def [](key)
  @attributes[key.to_sym]
end