Class: Telegem::Types::UserProfileAudios
- Defined in:
- lib/api/types.rb
Instance Attribute Summary
Attributes inherited from BaseType
Instance Method Summary collapse
-
#initialize(data) ⇒ UserProfileAudios
constructor
A new instance of UserProfileAudios.
Methods inherited from BaseType
#inspect, #method_missing, #respond_to_missing?, #to_h, #to_s
Constructor Details
#initialize(data) ⇒ UserProfileAudios
Returns a new instance of UserProfileAudios.
647 648 649 650 |
# File 'lib/api/types.rb', line 647 def initialize(data) super(data) wrap_array('audios', Audio) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Telegem::Types::BaseType