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
302 303 304 |
# File 'lib/fizzy/generated/types.rb', line 302 def name @name end |
Class Method Details
.from_json(data) ⇒ Object
304 305 306 307 308 |
# File 'lib/fizzy/generated/types.rb', line 304 def self.from_json(data) new( name: data["name"] ) end |