Class: Xberg::PresetSummary
- Inherits:
-
Object
- Object
- Xberg::PresetSummary
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#category ⇒ enum_PresetCategory
readonly
Returns the value of attribute category.
-
#description ⇒ String
readonly
Returns the value of attribute description.
-
#emit_citations ⇒ Boolean
readonly
Returns the value of attribute emit_citations.
-
#fingerprint ⇒ String
readonly
Returns the value of attribute fingerprint.
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#preferred_call_mode ⇒ enum_CallMode
readonly
Returns the value of attribute preferred_call_mode.
-
#schema_name ⇒ String
readonly
Returns the value of attribute schema_name.
-
#tags ⇒ Array[String]
readonly
Returns the value of attribute tags.
-
#version ⇒ String
readonly
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ PresetSummary
constructor
A new instance of PresetSummary.
Constructor Details
#initialize ⇒ PresetSummary
Returns a new instance of PresetSummary.
2179 |
# File 'sig/types.rbs', line 2179
def initialize: (id: String, version: String, schema_name: String, description: String, category: enum_PresetCategory, tags: Array[String], preferred_call_mode: enum_CallMode, emit_citations: bool, fingerprint: String) -> void
|
Instance Attribute Details
#category ⇒ enum_PresetCategory (readonly)
Returns the value of attribute category.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def category @category end |
#description ⇒ String (readonly)
Returns the value of attribute description.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def description @description end |
#emit_citations ⇒ Boolean (readonly)
Returns the value of attribute emit_citations.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def emit_citations @emit_citations end |
#fingerprint ⇒ String (readonly)
Returns the value of attribute fingerprint.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def fingerprint @fingerprint end |
#id ⇒ String (readonly)
Returns the value of attribute id.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def id @id end |
#preferred_call_mode ⇒ enum_CallMode (readonly)
Returns the value of attribute preferred_call_mode.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def preferred_call_mode @preferred_call_mode end |
#schema_name ⇒ String (readonly)
Returns the value of attribute schema_name.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def schema_name @schema_name end |
#tags ⇒ Array[String] (readonly)
Returns the value of attribute tags.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def @tags end |
#version ⇒ String (readonly)
Returns the value of attribute version.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def version @version end |