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.
1984 |
# File 'sig/types.rbs', line 1984
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.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def category @category end |
#description ⇒ String (readonly)
Returns the value of attribute description.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def description @description end |
#emit_citations ⇒ Boolean (readonly)
Returns the value of attribute emit_citations.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def emit_citations @emit_citations end |
#fingerprint ⇒ String (readonly)
Returns the value of attribute fingerprint.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def fingerprint @fingerprint end |
#id ⇒ String (readonly)
Returns the value of attribute id.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def id @id end |
#preferred_call_mode ⇒ CallMode (readonly)
Returns the value of attribute preferred_call_mode.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def preferred_call_mode @preferred_call_mode end |
#schema_name ⇒ String (readonly)
Returns the value of attribute schema_name.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def schema_name @schema_name end |
#tags ⇒ Array[String] (readonly)
Returns the value of attribute tags.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def @tags end |
#version ⇒ String (readonly)
Returns the value of attribute version.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def version @version end |