Sha256: bcadd524dfa943e6d580ae7776405fb75d41b1b487ab1666d54d62fb49990566

Contents?: true

Size: 321 Bytes

Versions: 13

Compression:

Stored size: 321 Bytes

Contents

module AppleNews
  module Animation
    class Base
      include Properties

      optional_property :user_controllable

      def self.type(val = nil)
        val.nil? ? _required_property_map[:type][:default] : required_property(:type, val)
      end

      def type
        self.class.type
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
apple-news-0.5.1 lib/apple-news/animations/base.rb
apple-news-0.5.0 lib/apple-news/animations/base.rb
apple-news-0.4.2 lib/apple-news/animations/base.rb
apple-news-0.4.1 lib/apple-news/animations/base.rb
apple-news-0.4.0 lib/apple-news/animations/base.rb
apple-news-0.3.1 lib/apple-news/animations/base.rb
apple-news-0.3.0 lib/apple-news/animations/base.rb
apple-news-0.2.5 lib/apple-news/animations/base.rb
apple-news-0.2.4 lib/apple-news/animations/base.rb
apple-news-0.2.3 lib/apple-news/animations/base.rb
apple-news-0.2.2 lib/apple-news/animations/base.rb
apple-news-0.2.1 lib/apple-news/animations/base.rb
apple-news-0.2.0 lib/apple-news/animations/base.rb