Class: Ligarb::Server::BookEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ligarb/server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#build_dirObject

Returns the value of attribute build_dir

Returns:

  • (Object)

    the current value of build_dir



15
16
17
# File 'lib/ligarb/server.rb', line 15

def build_dir
  @build_dir
end

#claudeObject

Returns the value of attribute claude

Returns:

  • (Object)

    the current value of claude



15
16
17
# File 'lib/ligarb/server.rb', line 15

def claude
  @claude
end

#configObject

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



15
16
17
# File 'lib/ligarb/server.rb', line 15

def config
  @config
end

#config_pathObject

Returns the value of attribute config_path

Returns:

  • (Object)

    the current value of config_path



15
16
17
# File 'lib/ligarb/server.rb', line 15

def config_path
  @config_path
end

#slugObject

Returns the value of attribute slug

Returns:

  • (Object)

    the current value of slug



15
16
17
# File 'lib/ligarb/server.rb', line 15

def slug
  @slug
end

#storeObject

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



15
16
17
# File 'lib/ligarb/server.rb', line 15

def store
  @store
end