class AudioVision::Attribution
Attributes
name[RW]
role[RW]
role_text[RW]
url[RW]
Public Class Methods
new(attributes={})
click to toggle source
# File lib/audio_vision/attribution.rb, line 11 def initialize(attributes={}) @name = attributes["name"] @url = attributes["url"] @role_text = attributes["role_text"] @role = attributes["role"] end