Class: Fizzy::Types::UpdateJoinCodeRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::UpdateJoinCodeRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#usage_limit ⇒ Object
readonly
Returns the value of attribute usage_limit.
Class Method Summary collapse
Instance Attribute Details
#usage_limit ⇒ Object (readonly)
Returns the value of attribute usage_limit
1022 1023 1024 |
# File 'lib/fizzy/generated/types.rb', line 1022 def usage_limit @usage_limit end |
Class Method Details
.from_json(data) ⇒ Object
1024 1025 1026 1027 1028 |
# File 'lib/fizzy/generated/types.rb', line 1024 def self.from_json(data) new( usage_limit: data["usage_limit"] ) end |