Class: OnebusawaySDK::Models::ConfigRetrieveResponse::Data::Entry::GitProperties
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(git_branch: nil, git_build_host: nil, git_build_time: nil, git_build_user_email: nil, git_build_user_name: nil, git_build_version: nil, git_closest_tag_commit_count: nil, git_closest_tag_name: nil, git_commit_id: nil, git_commit_id_abbrev: nil, git_commit_id_describe: nil, git_commit_id_describe_short: nil, git_commit_message_full: nil, git_commit_message_short: nil, git_commit_time: nil, git_commit_user_email: nil, git_commit_user_name: nil, git_dirty: nil, git_remote_origin_url: nil, git_tags: nil) ⇒ Object
constructor
==, #==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(git_branch: nil, git_build_host: nil, git_build_time: nil, git_build_user_email: nil, git_build_user_name: nil, git_build_version: nil, git_closest_tag_commit_count: nil, git_closest_tag_name: nil, git_commit_id: nil, git_commit_id_abbrev: nil, git_commit_id_describe: nil, git_commit_id_describe_short: nil, git_commit_message_full: nil, git_commit_message_short: nil, git_commit_time: nil, git_commit_user_email: nil, git_commit_user_name: nil, git_dirty: nil, git_remote_origin_url: nil, git_tags: nil) ⇒ Object
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 168
|
Instance Attribute Details
#git_branch ⇒ String?
71
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 71
optional :git_branch, String, api_name: :"git.branch"
|
#git_build_host ⇒ String?
76
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 76
optional :git_build_host, String, api_name: :"git.build.host"
|
#git_build_time ⇒ String?
81
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 81
optional :git_build_time, String, api_name: :"git.build.time"
|
#git_build_user_email ⇒ String?
86
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 86
optional :git_build_user_email, String, api_name: :"git.build.user.email"
|
#git_build_user_name ⇒ String?
91
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 91
optional :git_build_user_name, String, api_name: :"git.build.user.name"
|
#git_build_version ⇒ String?
96
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 96
optional :git_build_version, String, api_name: :"git.build.version"
|
#git_closest_tag_commit_count ⇒ String?
101
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 101
optional :git_closest_tag_commit_count, String, api_name: :"git.closest.tag.commit.count"
|
#git_closest_tag_name ⇒ String?
106
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 106
optional :git_closest_tag_name, String, api_name: :"git.closest.tag.name"
|
#git_commit_id ⇒ String?
111
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 111
optional :git_commit_id, String, api_name: :"git.commit.id"
|
#git_commit_id_abbrev ⇒ String?
116
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 116
optional :git_commit_id_abbrev, String, api_name: :"git.commit.id.abbrev"
|
#git_commit_id_describe ⇒ String?
121
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 121
optional :git_commit_id_describe, String, api_name: :"git.commit.id.describe"
|
#git_commit_id_describe_short ⇒ String?
126
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 126
optional :git_commit_id_describe_short, String, api_name: :"git.commit.id.describe-short"
|
#git_commit_message_full ⇒ String?
131
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 131
optional :git_commit_message_full, String, api_name: :"git.commit.message.full"
|
#git_commit_message_short ⇒ String?
136
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 136
optional :git_commit_message_short, String, api_name: :"git.commit.message.short"
|
#git_commit_time ⇒ String?
141
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 141
optional :git_commit_time, String, api_name: :"git.commit.time"
|
#git_commit_user_email ⇒ String?
146
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 146
optional :git_commit_user_email, String, api_name: :"git.commit.user.email"
|
#git_commit_user_name ⇒ String?
151
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 151
optional :git_commit_user_name, String, api_name: :"git.commit.user.name"
|
#git_dirty ⇒ String?
156
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 156
optional :git_dirty, String, api_name: :"git.dirty"
|
#git_remote_origin_url ⇒ String?
161
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 161
optional :git_remote_origin_url, String, api_name: :"git.remote.origin.url"
|
166
|
# File 'lib/onebusaway_sdk/models/config_retrieve_response.rb', line 166
optional :git_tags, String, api_name: :"git.tags"
|