Class: Ligarb::Server::BookEntry
- Inherits:
-
Struct
- Object
- Struct
- Ligarb::Server::BookEntry
- Defined in:
- lib/ligarb/server.rb
Instance Attribute Summary collapse
-
#build_dir ⇒ Object
Returns the value of attribute build_dir.
-
#claude ⇒ Object
Returns the value of attribute claude.
-
#config ⇒ Object
Returns the value of attribute config.
-
#config_path ⇒ Object
Returns the value of attribute config_path.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#store ⇒ Object
Returns the value of attribute store.
Instance Attribute Details
#build_dir ⇒ Object
Returns the value of attribute build_dir
15 16 17 |
# File 'lib/ligarb/server.rb', line 15 def build_dir @build_dir end |
#claude ⇒ Object
Returns the value of attribute claude
15 16 17 |
# File 'lib/ligarb/server.rb', line 15 def claude @claude end |
#config ⇒ Object
Returns the value of attribute config
15 16 17 |
# File 'lib/ligarb/server.rb', line 15 def config @config end |
#config_path ⇒ Object
Returns the value of attribute config_path
15 16 17 |
# File 'lib/ligarb/server.rb', line 15 def config_path @config_path end |
#slug ⇒ Object
Returns the value of attribute slug
15 16 17 |
# File 'lib/ligarb/server.rb', line 15 def slug @slug end |
#store ⇒ Object
Returns the value of attribute store
15 16 17 |
# File 'lib/ligarb/server.rb', line 15 def store @store end |