class EbanqApi::News
This class represents an news functional of Ebanq REST Api.
Public Class Methods
new(client)
click to toggle source
Declares an client instance.
# File lib/ebanq_api/blocks/news.rb, line 13 def initialize(client) @client = client end
Public Instance Methods
list(options = {})
click to toggle source