Method: FbGraph::AdImage#initialize
- Defined in:
- lib/fb_graph/ad_image.rb
#initialize(identifier, attributes = {}) ⇒ AdImage
Returns a new instance of AdImage.
10 11 12 13 |
# File 'lib/fb_graph/ad_image.rb', line 10 def initialize(identifier, attributes = {}) super set_attrs(attributes) end |