Class: ACTV::AssetValidator

Inherits:
Object
  • Object
show all
Defined in:
lib/actv/validators/asset_validator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ AssetValidator

Returns a new instance of AssetValidator.



5
6
7
# File 'lib/actv/validators/asset_validator.rb', line 5

def initialize response
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



3
4
5
# File 'lib/actv/validators/asset_validator.rb', line 3

def response
  @response
end

Instance Method Details

#valid?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/actv/validators/asset_validator.rb', line 9

def valid?
  true
end