Class: Crawlora::SteamGroup
- Inherits:
-
Object
- Object
- Crawlora::SteamGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #achievements ⇒ Object
- #app ⇒ Object
- #featured ⇒ Object
- #featured_categories ⇒ Object
-
#initialize ⇒ SteamGroup
constructor
A new instance of SteamGroup.
- #news ⇒ Object
- #package ⇒ Object
- #players ⇒ Object
- #reviews ⇒ Object
- #reviews_histogram ⇒ Object
- #search ⇒ Object
- #search_results ⇒ Object
- #steamspy ⇒ Object
Constructor Details
#initialize ⇒ SteamGroup
Returns a new instance of SteamGroup.
676 |
# File 'sig/crawlora.rbs', line 676
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#achievements ⇒ Object
677 |
# File 'sig/crawlora.rbs', line 677
def achievements: (?appid: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#app ⇒ Object
678 |
# File 'sig/crawlora.rbs', line 678
def app: (?appid: String, ?cc: String, ?l: String, ?filters: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#featured ⇒ Object
679 |
# File 'sig/crawlora.rbs', line 679
def featured: (?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#featured_categories ⇒ Object
680 |
# File 'sig/crawlora.rbs', line 680
def featured_categories: (?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#news ⇒ Object
681 |
# File 'sig/crawlora.rbs', line 681
def news: (?appid: String, ?count: Integer, ?maxlength: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#package ⇒ Object
682 |
# File 'sig/crawlora.rbs', line 682
def package: (?packageid: String, ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#players ⇒ Object
683 |
# File 'sig/crawlora.rbs', line 683
def players: (?appid: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#reviews ⇒ Object
684 |
# File 'sig/crawlora.rbs', line 684
def reviews: (?appid: String, ?filter: "recent" | "updated" | "all", ?language: String, ?review_type: "all" | "positive" | "negative", ?purchase_type: "all" | "steam" | "non_steam_purchase", ?day_range: Integer, ?num_per_page: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#reviews_histogram ⇒ Object
685 |
# File 'sig/crawlora.rbs', line 685
def reviews_histogram: (?appid: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
686 |
# File 'sig/crawlora.rbs', line 686
def search: (?term: String, ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search_results ⇒ Object
687 |
# File 'sig/crawlora.rbs', line 687
def search_results: (?term: String, ?start: Integer, ?count: Integer, ?sort_by: "Relevance" | "Released_DESC" | "Name_ASC" | "Price_ASC" | "Price_DESC" | "Reviews_DESC", ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#steamspy ⇒ Object
688 |
# File 'sig/crawlora.rbs', line 688
def steamspy: (?appid: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|