Class: GithubFlowReadinessService::RegistryCheck

Inherits:
Struct
  • Object
show all
Defined in:
lib/core/github_flow_readiness_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#availability_procObject

Returns the value of attribute availability_proc

Returns:

  • (Object)

    the current value of availability_proc



18
19
20
# File 'lib/core/github_flow_readiness_service.rb', line 18

def availability_proc
  @availability_proc
end

#dependenciesObject

Returns the value of attribute dependencies

Returns:

  • (Object)

    the current value of dependencies



18
19
20
# File 'lib/core/github_flow_readiness_service.rb', line 18

def dependencies
  @dependencies
end

#empty_messageObject

Returns the value of attribute empty_message

Returns:

  • (Object)

    the current value of empty_message



18
19
20
# File 'lib/core/github_flow_readiness_service.rb', line 18

def empty_message
  @empty_message
end

#missing_prefixObject

Returns the value of attribute missing_prefix

Returns:

  • (Object)

    the current value of missing_prefix



18
19
20
# File 'lib/core/github_flow_readiness_service.rb', line 18

def missing_prefix
  @missing_prefix
end

#registry_nameObject

Returns the value of attribute registry_name

Returns:

  • (Object)

    the current value of registry_name



18
19
20
# File 'lib/core/github_flow_readiness_service.rb', line 18

def registry_name
  @registry_name
end

#success_nounObject

Returns the value of attribute success_noun

Returns:

  • (Object)

    the current value of success_noun



18
19
20
# File 'lib/core/github_flow_readiness_service.rb', line 18

def success_noun
  @success_noun
end

#unknown_prefixObject

Returns the value of attribute unknown_prefix

Returns:

  • (Object)

    the current value of unknown_prefix



18
19
20
# File 'lib/core/github_flow_readiness_service.rb', line 18

def unknown_prefix
  @unknown_prefix
end