Class: Ghub::Models::Check
- Inherits:
-
Struct
- Object
- Struct
- Ghub::Models::Check
- Defined in:
- lib/ghub/models/check.rb
Overview
Defines a check.
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#context ⇒ Object
Returns the value of attribute context.
Instance Method Summary collapse
-
#initialize ⇒ Check
constructor
A new instance of Check.
Constructor Details
#initialize ⇒ Check
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_id ⇒ Object
Returns the value of attribute app_id
6 7 8 |
# File 'lib/ghub/models/check.rb', line 6 def app_id @app_id end |
#context ⇒ Object
Returns the value of attribute context
6 7 8 |
# File 'lib/ghub/models/check.rb', line 6 def context @context end |