Class: Openlayer::Models::Projects::InferencePipelineListResponse::Item::Project::GitRepo
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Projects::InferencePipelineListResponse::Item::Project::GitRepo
- Defined in:
- lib/openlayer/models/projects/inference_pipeline_list_response.rb,
sig/openlayer/models/projects/inference_pipeline_list_response.rbs
Overview
Instance Attribute Summary collapse
- #branch ⇒ String?
-
#date_connected ⇒ Time
Returns the value of attribute date_connected.
-
#date_updated ⇒ Time
Returns the value of attribute date_updated.
- #git_account_id ⇒ String
- #git_id ⇒ Integer
-
#id ⇒ String
Returns the value of attribute id.
-
#name ⇒ String
Returns the value of attribute name.
-
#private ⇒ Boolean
Returns the value of attribute private.
-
#project_id ⇒ String
Returns the value of attribute project_id.
- #root_dir ⇒ String?
-
#slug ⇒ String
Returns the value of attribute slug.
-
#url ⇒ String
Returns the value of attribute url.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
817 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 817
def initialize: (
|
Instance Attribute Details
#branch ⇒ String?
936 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 936 optional :branch, String |
#date_connected ⇒ Time
Returns the value of attribute date_connected.
803 804 805 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 803 def date_connected @date_connected end |
#date_updated ⇒ Time
Returns the value of attribute date_updated.
805 806 807 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 805 def date_updated @date_updated end |
#git_account_id ⇒ String
926 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 926 required :git_account_id, String, api_name: :gitAccountId |
#git_id ⇒ Integer
931 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 931 required :git_id, Integer, api_name: :gitId |
#id ⇒ String
Returns the value of attribute id.
801 802 803 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 801 def id @id end |
#name ⇒ String
Returns the value of attribute name.
807 808 809 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 807 def name @name end |
#private ⇒ Boolean
Returns the value of attribute private.
809 810 811 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 809 def private @private end |
#project_id ⇒ String
Returns the value of attribute project_id.
811 812 813 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 811 def project_id @project_id end |
#root_dir ⇒ String?
941 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 941 optional :root_dir, String, api_name: :rootDir |
#slug ⇒ String
Returns the value of attribute slug.
813 814 815 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 813 def slug @slug end |
#url ⇒ String
Returns the value of attribute url.
815 816 817 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 815 def url @url end |
Instance Method Details
#to_hash ⇒ {
832 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 832
def to_hash: -> {
|