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
1033 1034 1035 |
# File 'lib/fizzy/generated/types.rb', line 1033 def usage_limit @usage_limit end |
Class Method Details
.from_json(data) ⇒ Object
1035 1036 1037 1038 1039 |
# File 'lib/fizzy/generated/types.rb', line 1035 def self.from_json(data) new( usage_limit: data["usage_limit"] ) end |