Class: Travis::KeyPairGenerated

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



1140
1141
1142
# File 'lib/travis/client/generated.rb', line 1140

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

.find(params = {}) ⇒ Object



1136
1137
1138
# File 'lib/travis/client/generated.rb', line 1136

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

Instance Method Details

#descriptionObject

A text description.



1145
1146
1147
# File 'lib/travis/client/generated.rb', line 1145

def description
  # This is a placeholder.
end

#description?Boolean

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

Returns:

  • (Boolean)


1160
1161
1162
# File 'lib/travis/client/generated.rb', line 1160

def description?
  # This is a placeholder.
end

#fingerprintObject

The fingerprint.



1165
1166
1167
# File 'lib/travis/client/generated.rb', line 1165

def fingerprint
  # This is a placeholder.
end

#fingerprint?Boolean

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

Returns:

  • (Boolean)


1170
1171
1172
# File 'lib/travis/client/generated.rb', line 1170

def fingerprint?
  # This is a placeholder.
end

#public_keyObject

The public key.



1150
1151
1152
# File 'lib/travis/client/generated.rb', line 1150

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)


1155
1156
1157
# File 'lib/travis/client/generated.rb', line 1155

def public_key?
  # This is a placeholder.
end