Class: Ghub::Models::Check

Inherits:
Struct
  • Object
show all
Defined in:
lib/ghub/models/check.rb

Overview

Defines a check.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCheck

Returns a new instance of Check.



7
8
9
10
# File 'lib/ghub/models/check.rb', line 7

def initialize(**)
  super
  freeze
end

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id

Returns:

  • (Object)

    the current value of app_id



6
7
8
# File 'lib/ghub/models/check.rb', line 6

def app_id
  @app_id
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



6
7
8
# File 'lib/ghub/models/check.rb', line 6

def context
  @context
end