class ApiConsumer::Attributes::Base

Constants

STANDARDIZATIONS_KEY

Attributes

attributes[RW]

Public Class Methods

new(attributes) click to toggle source
# File lib/api_consumer/attributes/base.rb, line 7
def initialize(attributes)
  self.attributes = attributes
end

Public Instance Methods

standardized?() click to toggle source
# File lib/api_consumer/attributes/base.rb, line 11
def standardized?
  self.attributes.has_key? STANDARDIZATIONS_KEY
end