I'm using the ruby-trello gem to access the Trello API.
I tried this:
> board = Trello::Member.find('me').boards.first
> board.prefs['permissionLevel']
=> "org"
> board.organization.prefs
Traceback (most recent call last):
1: from (irb):20
NoMethodError (undefined method `prefs' for #<Trello::Organization:0x0000562900d7bb88>)
Am I going about this the right way?
Building off this answer, here's a workaround: