Class: LiterLlm::CatalogRefreshConfig
- Inherits:
-
Object
- Object
- LiterLlm::CatalogRefreshConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#cache_path ⇒ String?
readonly
Returns the value of attribute cache_path.
-
#enabled ⇒ Boolean
readonly
Returns the value of attribute enabled.
-
#source_url ⇒ String
readonly
Returns the value of attribute source_url.
-
#ttl_seconds ⇒ Integer
readonly
Returns the value of attribute ttl_seconds.
Instance Method Summary collapse
-
#initialize ⇒ CatalogRefreshConfig
constructor
A new instance of CatalogRefreshConfig.
Constructor Details
#initialize ⇒ CatalogRefreshConfig
Returns a new instance of CatalogRefreshConfig.
916 |
# File 'sig/types.rbs', line 916
def initialize: (?enabled: bool, ?source_url: String, ?ttl_seconds: Integer, ?cache_path: String) -> void
|
Instance Attribute Details
#cache_path ⇒ String? (readonly)
Returns the value of attribute cache_path.
914 915 916 |
# File 'sig/types.rbs', line 914 def cache_path @cache_path end |
#enabled ⇒ Boolean (readonly)
Returns the value of attribute enabled.
911 912 913 |
# File 'sig/types.rbs', line 911 def enabled @enabled end |
#source_url ⇒ String (readonly)
Returns the value of attribute source_url.
912 913 914 |
# File 'sig/types.rbs', line 912 def source_url @source_url end |
#ttl_seconds ⇒ Integer (readonly)
Returns the value of attribute ttl_seconds.
913 914 915 |
# File 'sig/types.rbs', line 913 def ttl_seconds @ttl_seconds end |