Class: Bundler::VersionRanges::ReqR::Endpoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundler/version_ranges.rb

Instance Attribute Summary collapse

Instance Attribute Details

#inclusiveObject

Returns the value of attribute inclusive

Returns:

  • (Object)

    the current value of inclusive



8
9
10
# File 'lib/bundler/version_ranges.rb', line 8

def inclusive
  @inclusive
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



8
9
10
# File 'lib/bundler/version_ranges.rb', line 8

def version
  @version
end