Class: RailsAiBridge::Registry::Lockfile::Entry
- Inherits:
-
Data
- Object
- Data
- RailsAiBridge::Registry::Lockfile::Entry
- Defined in:
- lib/rails_ai_bridge/registry/lockfile.rb
Overview
Represents one lockfile entry.
Instance Attribute Summary collapse
-
#commit_sha ⇒ Object
readonly
Returns the value of attribute commit_sha.
-
#pack_name ⇒ Object
readonly
Returns the value of attribute pack_name.
-
#ref ⇒ Object
readonly
Returns the value of attribute ref.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#commit_sha ⇒ Object (readonly)
Returns the value of attribute commit_sha
16 17 18 |
# File 'lib/rails_ai_bridge/registry/lockfile.rb', line 16 def commit_sha @commit_sha end |
#pack_name ⇒ Object (readonly)
Returns the value of attribute pack_name
16 17 18 |
# File 'lib/rails_ai_bridge/registry/lockfile.rb', line 16 def pack_name @pack_name end |
#ref ⇒ Object (readonly)
Returns the value of attribute ref
16 17 18 |
# File 'lib/rails_ai_bridge/registry/lockfile.rb', line 16 def ref @ref end |
#source ⇒ Object (readonly)
Returns the value of attribute source
16 17 18 |
# File 'lib/rails_ai_bridge/registry/lockfile.rb', line 16 def source @source end |