Class: Pinspec::ImportCluster
- Inherits:
-
Data
- Object
- Data
- Pinspec::ImportCluster
- Defined in:
- lib/pinspec/types.rb
Instance Attribute Summary collapse
-
#attrs ⇒ Object
readonly
Returns the value of attribute attrs.
-
#flags ⇒ Object
readonly
Returns the value of attribute flags.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#redacted ⇒ Object
readonly
Returns the value of attribute redacted.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
Instance Method Summary collapse
Instance Attribute Details
#attrs ⇒ Object (readonly)
Returns the value of attribute attrs
108 109 110 |
# File 'lib/pinspec/types.rb', line 108 def attrs @attrs end |
#flags ⇒ Object (readonly)
Returns the value of attribute flags
108 109 110 |
# File 'lib/pinspec/types.rb', line 108 def flags @flags end |
#model ⇒ Object (readonly)
Returns the value of attribute model
108 109 110 |
# File 'lib/pinspec/types.rb', line 108 def model @model end |
#name ⇒ Object (readonly)
Returns the value of attribute name
108 109 110 |
# File 'lib/pinspec/types.rb', line 108 def name @name end |
#redacted ⇒ Object (readonly)
Returns the value of attribute redacted
108 109 110 |
# File 'lib/pinspec/types.rb', line 108 def redacted @redacted end |
#source ⇒ Object (readonly)
Returns the value of attribute source
108 109 110 |
# File 'lib/pinspec/types.rb', line 108 def source @source end |
#table ⇒ Object (readonly)
Returns the value of attribute table
108 109 110 |
# File 'lib/pinspec/types.rb', line 108 def table @table end |
Instance Method Details
#redaction_read? ⇒ Boolean
109 110 111 |
# File 'lib/pinspec/types.rb', line 109 def redaction_read? Array(flags).include?(:redaction_read) end |