class Ayadn::PreferencesChannels
Attributes
links[RW]
Public Class Methods
new(hash)
click to toggle source
# File lib/ayadn/preferences_object.rb, line 120 def initialize hash @links = hash[:links] end
Public Instance Methods
to_h()
click to toggle source
# File lib/ayadn/preferences_object.rb, line 123 def to_h { links: @links } end