Sha256: ae2a5417733822f4eba51b6e0a4e8266164fd45791da6e592c01182765b81f6c
Contents?: true
Size: 302 Bytes
Versions: 9
Compression:
Stored size: 302 Bytes
Contents
module Enlight module Responses module OrganizationAttributable attr_accessor :organization def organization=(value) if value @organization = Enlight::Models::Organization.new(value) else @organization = nil end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems