class MTG::Changelog

Attributes

details[RW]
release_date[RW]
version[RW]

Public Class Methods

Resource() click to toggle source

Get the resource string

@return [string] The API resource string

# File lib/mtg_sdk/changelog.rb, line 13
def self.Resource
  "changelogs"
end
all() click to toggle source

Get all changelogs

@return [Array<Changelog>] Array of Changelog objects

# File lib/mtg_sdk/changelog.rb, line 20
def self.all
  QueryBuilder.new(Changelog).all
end