Class: Ligarb::GithubReview::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ligarb/github_review.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



39
40
41
# File 'lib/ligarb/github_review.rb', line 39

def created
  @created
end

#unchangedObject

Returns the value of attribute unchanged

Returns:

  • (Object)

    the current value of unchanged



39
40
41
# File 'lib/ligarb/github_review.rb', line 39

def unchanged
  @unchanged
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



39
40
41
# File 'lib/ligarb/github_review.rb', line 39

def updated
  @updated
end