Class: Travis::KeyPair

Inherits:
Client::Entity show all
Defined in:
lib/travis/client/generated.rb

Instance Attribute Summary

Attributes inherited from Client::Entity

#session

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from 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

Class Method Details

.create(params = {}) ⇒ Object



1090
1091
1092
# File 'lib/travis/client/generated.rb', line 1090

def self.create(params = {})
  # This is a placeholder.
end

.delete(params = {}) ⇒ Object



1082
1083
1084
# File 'lib/travis/client/generated.rb', line 1082

def self.delete(params = {})
  # This is a placeholder.
end

.find(params = {}) ⇒ Object



1078
1079
1080
# File 'lib/travis/client/generated.rb', line 1078

def self.find(params = {})
  # This is a placeholder.
end

.update(params = {}) ⇒ Object



1086
1087
1088
# File 'lib/travis/client/generated.rb', line 1086

def self.update(params = {})
  # This is a placeholder.
end

Instance Method Details

#descriptionObject

A text description.



1105
1106
1107
# File 'lib/travis/client/generated.rb', line 1105

def description
  # This is a placeholder.
end

#description?Boolean

Wheather or not #description returns a truthy value (anything but ‘nil` or `false`).

Returns:

  • (Boolean)


1120
1121
1122
# File 'lib/travis/client/generated.rb', line 1120

def description?
  # This is a placeholder.
end

#fingerprintObject

The fingerprint.



1125
1126
1127
# File 'lib/travis/client/generated.rb', line 1125

def fingerprint
  # This is a placeholder.
end

#fingerprint?Boolean

Wheather or not #fingerprint returns a truthy value (anything but ‘nil` or `false`).

Returns:

  • (Boolean)


1130
1131
1132
# File 'lib/travis/client/generated.rb', line 1130

def fingerprint?
  # This is a placeholder.
end

#public_keyObject

The public key.



1110
1111
1112
# File 'lib/travis/client/generated.rb', line 1110

def public_key
  # This is a placeholder.
end

#public_key?Boolean

Wheather or not #public_key returns a truthy value (anything but ‘nil` or `false`).

Returns:

  • (Boolean)


1115
1116
1117
# File 'lib/travis/client/generated.rb', line 1115

def public_key?
  # This is a placeholder.
end

#valueObject

The private key.



1095
1096
1097
# File 'lib/travis/client/generated.rb', line 1095

def value
  # This is a placeholder.
end

#value?Boolean

Wheather or not #value returns a truthy value (anything but ‘nil` or `false`).

Returns:

  • (Boolean)


1100
1101
1102
# File 'lib/travis/client/generated.rb', line 1100

def value?
  # This is a placeholder.
end