Class: RDF::Spec::Matchers::Info
- Defined in:
- vendor/bundler/ruby/3.3.0/bundler/gems/rdf-spec-4f36efa2dbbc/lib/rdf/spec/matchers.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#base ⇒ Object
Returns the value of attribute base.
-
#format ⇒ Object
Returns the value of attribute format.
-
#id ⇒ Object
Returns the value of attribute id.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#prefixes ⇒ Object
Returns the value of attribute prefixes.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
269 270 271 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-spec-4f36efa2dbbc/lib/rdf/spec/matchers.rb', line 269 def action @action end |
#base ⇒ Object
Returns the value of attribute base
269 270 271 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-spec-4f36efa2dbbc/lib/rdf/spec/matchers.rb', line 269 def base @base end |
#format ⇒ Object
Returns the value of attribute format
269 270 271 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-spec-4f36efa2dbbc/lib/rdf/spec/matchers.rb', line 269 def format @format end |
#id ⇒ Object
Returns the value of attribute id
269 270 271 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-spec-4f36efa2dbbc/lib/rdf/spec/matchers.rb', line 269 def id @id end |
#logger ⇒ Object
Returns the value of attribute logger
269 270 271 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-spec-4f36efa2dbbc/lib/rdf/spec/matchers.rb', line 269 def logger @logger end |
#prefixes ⇒ Object
Returns the value of attribute prefixes
269 270 271 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-spec-4f36efa2dbbc/lib/rdf/spec/matchers.rb', line 269 def prefixes @prefixes end |
#result ⇒ Object
Returns the value of attribute result
269 270 271 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-spec-4f36efa2dbbc/lib/rdf/spec/matchers.rb', line 269 def result @result end |