Class: RailsAiBridge::Registry::Lockfile::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/rails_ai_bridge/registry/lockfile.rb

Overview

Represents one lockfile entry.

Instance Attribute Summary collapse

Instance Attribute Details

#commit_shaObject (readonly)

Returns the value of attribute commit_sha

Returns:

  • (Object)

    the current value of commit_sha



16
17
18
# File 'lib/rails_ai_bridge/registry/lockfile.rb', line 16

def commit_sha
  @commit_sha
end

#pack_nameObject (readonly)

Returns the value of attribute pack_name

Returns:

  • (Object)

    the current value of pack_name



16
17
18
# File 'lib/rails_ai_bridge/registry/lockfile.rb', line 16

def pack_name
  @pack_name
end

#refObject (readonly)

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



16
17
18
# File 'lib/rails_ai_bridge/registry/lockfile.rb', line 16

def ref
  @ref
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



16
17
18
# File 'lib/rails_ai_bridge/registry/lockfile.rb', line 16

def source
  @source
end