Class: Kentaa::Api::Resources::Logo

Inherits:
Object
  • Object
show all
Defined in:
lib/kentaa/api/resources/logo.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ Logo

Returns a new instance of Logo.



9
10
11
# File 'lib/kentaa/api/resources/logo.rb', line 9

def initialize(data)
  @data = data
end

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



7
8
9
# File 'lib/kentaa/api/resources/logo.rb', line 7

def data
  @data
end

Instance Method Details

#localeObject



17
18
19
# File 'lib/kentaa/api/resources/logo.rb', line 17

def locale
  data[:locale]
end

#urlObject



13
14
15
# File 'lib/kentaa/api/resources/logo.rb', line 13

def url
  data[:url]
end