Sha256: 9af8ec5b136f5395654834366d0a3124f1b191c8a24700762be58afd7d739d0b

Contents?: true

Size: 187 Bytes

Versions: 18

Compression:

Stored size: 187 Bytes

Contents

module TryApi
  class Header < TryApi::Base
    typesafe_accessor :name, String
    typesafe_accessor :description, String
    typesafe_accessor :global, Boolean, default: false
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
try_api-0.1.17 app/models/try_api/header.rb
try_api-0.1.16 app/models/try_api/header.rb
try_api-0.1.15 app/models/try_api/header.rb
try_api-0.1.14 app/models/try_api/header.rb
try_api-0.1.13 app/models/try_api/header.rb
try_api-0.1.12 app/models/try_api/header.rb
try_api-0.1.11 app/models/try_api/header.rb
try_api-0.1.10 app/models/try_api/header.rb
try_api-0.1.9 app/models/try_api/header.rb
try_api-0.1.8 app/models/try_api/header.rb
try_api-0.1.7 app/models/try_api/header.rb
try_api-0.1.6 app/models/try_api/header.rb
try_api-0.1.5 app/models/try_api/header.rb
try_api-0.1.4 app/models/try_api/header.rb
try_api-0.1.3 app/models/try_api/header.rb
try_api-0.1.2 app/models/try_api/header.rb
try_api-0.1.1 app/models/try_api/header.rb
try_api-0.1.0 app/models/try_api/header.rb