Class: Peddler::APIs::SolicitationsV1::SolicitationsAction
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SolicitationsV1::SolicitationsAction
- Defined in:
- sig/peddler/apis/solicitations_v1.rbs
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
Returns the value of attribute name.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :name ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SolicitationsV1::SolicitationsAction
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ String (readonly)
Returns the value of attribute name.
124 125 126 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 124 def name @name end |
Class Method Details
.[](name:) ⇒ Peddler::APIs::SolicitationsV1::SolicitationsAction .[](arg0) ⇒ Peddler::APIs::SolicitationsV1::SolicitationsAction
117 118 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 117
def self.[]: (name: String) -> Peddler::APIs::SolicitationsV1::SolicitationsAction
| (String) -> Peddler::APIs::SolicitationsV1::SolicitationsAction
|
.members ⇒ [ :name ]
120 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 120
def self.members: () -> [ :name ]
|
.new(name:) ⇒ Peddler::APIs::SolicitationsV1::SolicitationsAction .new(arg0) ⇒ Peddler::APIs::SolicitationsV1::SolicitationsAction
115 116 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 115
def self.new: (name: String) -> Peddler::APIs::SolicitationsV1::SolicitationsAction
| (String) -> Peddler::APIs::SolicitationsV1::SolicitationsAction
|
.parse ⇒ Peddler::APIs::SolicitationsV1::SolicitationsAction
122 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 122
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SolicitationsV1::SolicitationsAction
|
Instance Method Details
#members ⇒ [ :name ]
126 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 126
def members: () -> [ :name ]
|
#to_h ⇒ { name: String }
127 |
# File 'sig/peddler/apis/solicitations_v1.rbs', line 127
def to_h: () -> { name: String }
|