module FlickrawObjects::Attributes

Constants

COERCIONS

Attributes

init[R]

Public Class Methods

included(base) click to toggle source
# File lib/flickraw_objects/attributes.rb, line 4
def self.included(base)
  base.extend(ClassMethods)
end
new(response) click to toggle source
# File lib/flickraw_objects/attributes.rb, line 63
def initialize(response) 
    @init = response 
end