Class: Travis::Commit
- Inherits:
-
Travis::Client::Entity
- Object
- Travis::Client::Entity
- Travis::Commit
- Defined in:
- lib/travis/client/generated.rb
Instance Attribute Summary
Attributes inherited from Travis::Client::Entity
Instance Method Summary collapse
-
#author ⇒ Object
Committer data.
-
#author? ⇒ Boolean
Wheather or not #author returns a truthy value (anything but ‘nil` or `false`).
-
#committed_at ⇒ Object
Commit date from git.
-
#committed_at? ⇒ Boolean
Wheather or not #committed_at returns a truthy value (anything but ‘nil` or `false`).
-
#committer ⇒ Object
Committer data.
-
#committer? ⇒ Boolean
Wheather or not #committer returns a truthy value (anything but ‘nil` or `false`).
-
#compare_url ⇒ Object
URL to the commit’s diff on GitHub.
-
#compare_url? ⇒ Boolean
Wheather or not #compare_url returns a truthy value (anything but ‘nil` or `false`).
-
#id ⇒ Object
Value uniquely identifying the commit.
-
#id? ⇒ Boolean
Wheather or not #id returns a truthy value (anything but ‘nil` or `false`).
-
#message ⇒ Object
Commit mesage.
-
#message? ⇒ Boolean
Wheather or not #message returns a truthy value (anything but ‘nil` or `false`).
-
#ref ⇒ Object
Named reference the commit has in git.
-
#ref? ⇒ Boolean
Wheather or not #ref returns a truthy value (anything but ‘nil` or `false`).
-
#sha ⇒ Object
Checksum the commit has in git and is identified by.
-
#sha? ⇒ Boolean
Wheather or not #sha returns a truthy value (anything but ‘nil` or `false`).
Methods inherited from Travis::Client::Entity
#[], add_action, add_attribute, add_related_action, for_session, #initialize, #inspect, #merge!, #permission?, #to_entity, #to_h
Constructor Details
This class inherits a constructor from Travis::Client::Entity
Instance Method Details
#author ⇒ Object
Committer data.
577 578 579 |
# File 'lib/travis/client/generated.rb', line 577 def # This is a placeholder. end |
#author? ⇒ Boolean
Wheather or not #author returns a truthy value (anything but ‘nil` or `false`).
647 648 649 |
# File 'lib/travis/client/generated.rb', line 647 def # This is a placeholder. end |
#committed_at ⇒ Object
Commit date from git.
627 628 629 |
# File 'lib/travis/client/generated.rb', line 627 def committed_at # This is a placeholder. end |
#committed_at? ⇒ Boolean
Wheather or not #committed_at returns a truthy value (anything but ‘nil` or `false`).
632 633 634 |
# File 'lib/travis/client/generated.rb', line 632 def committed_at? # This is a placeholder. end |
#committer ⇒ Object
Committer data.
637 638 639 |
# File 'lib/travis/client/generated.rb', line 637 def committer # This is a placeholder. end |
#committer? ⇒ Boolean
Wheather or not #committer returns a truthy value (anything but ‘nil` or `false`).
642 643 644 |
# File 'lib/travis/client/generated.rb', line 642 def committer? # This is a placeholder. end |
#compare_url ⇒ Object
URL to the commit’s diff on GitHub.
617 618 619 |
# File 'lib/travis/client/generated.rb', line 617 def compare_url # This is a placeholder. end |
#compare_url? ⇒ Boolean
Wheather or not #compare_url returns a truthy value (anything but ‘nil` or `false`).
622 623 624 |
# File 'lib/travis/client/generated.rb', line 622 def compare_url? # This is a placeholder. end |
#id ⇒ Object
Value uniquely identifying the commit.
582 583 584 |
# File 'lib/travis/client/generated.rb', line 582 def id # This is a placeholder. end |
#id? ⇒ Boolean
Wheather or not #id returns a truthy value (anything but ‘nil` or `false`).
592 593 594 |
# File 'lib/travis/client/generated.rb', line 592 def id? # This is a placeholder. end |
#message ⇒ Object
Commit mesage.
572 573 574 |
# File 'lib/travis/client/generated.rb', line 572 def # This is a placeholder. end |
#message? ⇒ Boolean
Wheather or not #message returns a truthy value (anything but ‘nil` or `false`).
597 598 599 |
# File 'lib/travis/client/generated.rb', line 597 def # This is a placeholder. end |
#ref ⇒ Object
Named reference the commit has in git.
587 588 589 |
# File 'lib/travis/client/generated.rb', line 587 def ref # This is a placeholder. end |
#ref? ⇒ Boolean
Wheather or not #ref returns a truthy value (anything but ‘nil` or `false`).
612 613 614 |
# File 'lib/travis/client/generated.rb', line 612 def ref? # This is a placeholder. end |
#sha ⇒ Object
Checksum the commit has in git and is identified by.
602 603 604 |
# File 'lib/travis/client/generated.rb', line 602 def sha # This is a placeholder. end |
#sha? ⇒ Boolean
Wheather or not #sha returns a truthy value (anything but ‘nil` or `false`).
607 608 609 |
# File 'lib/travis/client/generated.rb', line 607 def sha? # This is a placeholder. end |