Class: Crawlora::SoundCloudGroup
- Inherits:
-
Object
- Object
- Crawlora::SoundCloudGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ SoundCloudGroup
constructor
A new instance of SoundCloudGroup.
- #soundcloud_playlist ⇒ Object
- #soundcloud_profile ⇒ Object
- #soundcloud_search ⇒ Object
- #soundcloud_track ⇒ Object
- #soundcloud_user_tracks ⇒ Object
Constructor Details
#initialize ⇒ SoundCloudGroup
Returns a new instance of SoundCloudGroup.
1173 |
# File 'sig/crawlora.rbs', line 1173
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#soundcloud_playlist ⇒ Object
1174 |
# File 'sig/crawlora.rbs', line 1174
def soundcloud_playlist: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#soundcloud_profile ⇒ Object
1175 |
# File 'sig/crawlora.rbs', line 1175
def soundcloud_profile: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#soundcloud_search ⇒ Object
1176 |
# File 'sig/crawlora.rbs', line 1176
def soundcloud_search: (?query: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#soundcloud_track ⇒ Object
1177 |
# File 'sig/crawlora.rbs', line 1177
def soundcloud_track: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#soundcloud_user_tracks ⇒ Object
1178 |
# File 'sig/crawlora.rbs', line 1178
def soundcloud_user_tracks: (?url: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|