Sha256: 627c41959552f484e38e5591f81b2d69eeece222d6d3320f9521b2bd00b61132

Contents?: true

Size: 173 Bytes

Versions: 20

Compression:

Stored size: 173 Bytes

Contents

module StorageRoom
  # Helper class for receiving Webhook Calls
  class WebhookCall < Resource
    one :@entry
    
    def entry
      send('@entry')
    end
    
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
storage_room-0.3.24 lib/storage_room/webhook_call.rb
storage_room-0.3.23 lib/storage_room/webhook_call.rb
storage_room-0.3.22 lib/storage_room/webhook_call.rb
storage_room-0.3.21 lib/storage_room/webhook_call.rb
storage_room-0.3.20 lib/storage_room/webhook_call.rb
storage_room-0.3.19 lib/storage_room/webhook_call.rb
storage_room-0.3.18 lib/storage_room/webhook_call.rb
storage_room-0.3.17 lib/storage_room/webhook_call.rb
storage_room-0.3.16 lib/storage_room/webhook_call.rb
storage_room-0.3.15 lib/storage_room/webhook_call.rb
storage_room-0.3.14 lib/storage_room/webhook_call.rb
storage_room-0.3.13 lib/storage_room/webhook_call.rb
storage_room-0.3.12 lib/storage_room/webhook_call.rb
storage_room-0.3.11 lib/storage_room/webhook_call.rb
storage_room-0.3.10 lib/storage_room/webhook_call.rb
storage_room-0.3.9 lib/storage_room/webhook_call.rb
storage_room-0.3.8 lib/storage_room/webhook_call.rb
storage_room-0.3.7 lib/storage_room/webhook_call.rb
storage_room-0.3.6 lib/storage_room/webhook_call.rb
storage_room-0.3.5 lib/storage_room/webhook_call.rb