Class: Cassandra::Argument
- Inherits:
-
Object
- Object
- Cassandra::Argument
- Defined in:
- lib/cassandra/argument.rb
Overview
Represents a function argument
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
Column name.
-
#type ⇒ Cassandra::Type
readonly
Column type.
Instance Attribute Details
#name ⇒ String (readonly)
Returns column name.
23 24 25 |
# File 'lib/cassandra/argument.rb', line 23 def name @name end |
#type ⇒ Cassandra::Type (readonly)
Returns column type.
25 26 27 |
# File 'lib/cassandra/argument.rb', line 25 def type @type end |