Class: Xberg::PresetSummary
- Inherits:
-
Object
- Object
- Xberg::PresetSummary
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#category ⇒ 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 ⇒ 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.
2096 |
# File 'sig/types.rbs', line 2096
def initialize: (id: String, version: String, schema_name: String, description: String, category: PresetCategory, tags: Array[String], preferred_call_mode: CallMode, emit_citations: bool, fingerprint: String) -> void
|
Instance Attribute Details
#category ⇒ PresetCategory (readonly)
Returns the value of attribute category.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def category @category end |
#description ⇒ String (readonly)
Returns the value of attribute description.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def description @description end |
#emit_citations ⇒ Boolean (readonly)
Returns the value of attribute emit_citations.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def emit_citations @emit_citations end |
#fingerprint ⇒ String (readonly)
Returns the value of attribute fingerprint.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def fingerprint @fingerprint end |
#id ⇒ String (readonly)
Returns the value of attribute id.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def id @id end |
#preferred_call_mode ⇒ CallMode (readonly)
Returns the value of attribute preferred_call_mode.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def preferred_call_mode @preferred_call_mode end |
#schema_name ⇒ String (readonly)
Returns the value of attribute schema_name.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def schema_name @schema_name end |
#tags ⇒ Array[String] (readonly)
Returns the value of attribute tags.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def @tags end |
#version ⇒ String (readonly)
Returns the value of attribute version.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def version @version end |