Method: FbGraph::Cover#initialize
- Defined in:
- lib/fb_graph/cover.rb
#initialize(identifier, attributes = {}) ⇒ Cover
Returns a new instance of Cover.
5 6 7 8 |
# File 'lib/fb_graph/cover.rb', line 5 def initialize(identifier, attributes = {}) super @offset_y = attributes[:offset_y] end |