Class: Fizzy::Types::CompleteJoinRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::CompleteJoinRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Class Method Summary collapse
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
291 292 293 |
# File 'lib/fizzy/generated/types.rb', line 291 def name @name end |
Class Method Details
.from_json(data) ⇒ Object
293 294 295 296 297 |
# File 'lib/fizzy/generated/types.rb', line 293 def self.from_json(data) new( name: data["name"] ) end |