Sha256: b75b75b730f531f6b0ac7349ddac9e6886e1d3ef496bd1c24b722b68e3f2696b

Contents?: true

Size: 970 Bytes

Versions: 23

Compression:

Stored size: 970 Bytes

Contents

# Requirements
# =======================================================================

# Stdlib
# -----------------------------------------------------------------------

# Deps
# -----------------------------------------------------------------------

# Project / Package
# -----------------------------------------------------------------------


# Refinements
# =======================================================================

require 'nrser/refinements'
using NRSER

require 'nrser/refinements/types'
using NRSER::Types


# Declarations
# =======================================================================

module QB; end
module QB::GitHub; end


# Definitions
# =======================================================================

module QB::GitHub::Types
  
  def self.repo_name
    t.path_seg name: 'GitHubRepoName(String)'
  end
  
  def self.repo_owner
    t.path_seg name: 'GitHubRepoOwner(String)'
  end
  
end # module QB::GitHub::Types

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
qb-0.4.5 lib/qb/github/types.rb
qb-0.4.4 lib/qb/github/types.rb
qb-0.4.3 lib/qb/github/types.rb
qb-0.4.2 lib/qb/github/types.rb
qb-0.4.1 lib/qb/github/types.rb
qb-0.4.0 lib/qb/github/types.rb
qb-0.3.25 lib/qb/github/types.rb
qb-0.3.24 lib/qb/github/types.rb
qb-0.3.23 lib/qb/github/types.rb
qb-0.3.22 lib/qb/github/types.rb
qb-0.3.21 lib/qb/github/types.rb
qb-0.3.20 lib/qb/github/types.rb
qb-0.3.19 lib/qb/github/types.rb
qb-0.3.18 lib/qb/github/types.rb
qb-0.3.17 lib/qb/github/types.rb
qb-0.3.16 lib/qb/github/types.rb
qb-0.3.15 lib/qb/github/types.rb
qb-0.3.14 lib/qb/github/types.rb
qb-0.3.13 lib/qb/github/types.rb
qb-0.3.12 lib/qb/github/types.rb